COLOR #F0D5DB

HEX: #F0D5DB
RGB: (240,213,219)

Renk bilgisi

#F0D5DB contains red, green and blue colors in about the same proportion. #F0D5DB ‘ nin web güvenlik rengi #FFCCCC (ya da #FCC) dir.

RGB renk modeli

#F0D5DB color RGB value is (240,213,219).

  • kırmız ton 240;
  • yeşil ton 213;
  • mavi ton 219.
RGB:
(240,213,219)
(94%,84%,86%)

RGB bağlantıları ve doygunluk

R 240 of 255 = 94%
G 213 of 255 = 84%
B 219 of 255 = 86%

240
213
219

R + G + B ~ 88%. #F0D5DB is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
240 + 213 + 219 = 672 (100%)
R 240 of 672 ~ 35.71%
G 213 of 672 ~ 31.7%
B 219 of 672 ~ 32.59%

%35.71
%31.7
%32.59

CMYK RENK MODELİ

#F0D5DB rengi CMYK tonu (0,11,9,6).

  • camgöbeği tonu 0.00%
  • eflatun tonu 11.25%
  • sarı tonu 8.75%
  • ana renk tonu 5.88%
CMYK:
(0,11,9,6)
C0M11Y9K6 
(0%,11%,9%,6%)
(0.00/0.11/0.09/0.06)	

CMYK yüzdeleri

%0
%11.25
%8.75
%5.88

Codes

Color #F0D5DB in popluar color models

F0D5DB
RGB240213219
HSL347°47.37%88.82%
HSB/HSV347°11.25%94.12%
CMYK0.00%11.25%8.75%
5.88%

Color #F0D5DB in popluar number systems.

HEXF0D5DB
Decimal240213219
Binary111100001101010111011011
Octal360325333

Shades and tints

Shades of #F0D5DB

#F0D5DB
(240,213,219)
#DBC2C8
(219,194,200)
#C6AFB5
(198,175,181)
#B19CA2
(177,156,162)
#9C898F
(156,137,143)
#87767C
(135,118,124)
#726369
(114,99,105)
#5D5056
(93,80,86)
#483D43
(72,61,67)
#332A30
(51,42,48)
#1E171D
(30,23,29)
#000000
(0,0,0)

Tints of #F0D5DB

#F0D5DB
(240,213,219)
#F1D8DE
(241,216,222)
#F2DBE1
(242,219,225)
#F3DEE4
(243,222,228)
#F4E1E7
(244,225,231)
#F5E4EA
(245,228,234)
#F6E7ED
(246,231,237)
#F7EAF0
(247,234,240)
#F8EDF3
(248,237,243)
#F9F0F6
(249,240,246)
#FAF3F9
(250,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F0D5DB color. Also use rgb(240,213,219) instead hex code.

Text Font Color

.myTextColor { color: #F0D5DB; }

<p style="color:#F0D5DB">This sample text font color is #F0D5DB.</p>

This text font color is #F0D5DB.


Background Color

.myBgColor { background-color: #F0D5DB; }

<div style="background-color:#F0D5DB">Inner text</div>

This div background color is #F0D5DB.


Border color

.myBorderColor { border: 1px solid #F0D5DB; }

<div style="border:3px solid #F0D5DB">Div</div>

This div border color is #F0D5DB.


Opacity

.myOpacity80 { color: #F0D5DB; opacity: 0.8; }

<p style="color:#F0D5DB;opacity:0.8;">80%</p>

Text with #F0D5DB color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #F0D5DB;}

<p style="text-shadow: 3px 3px 1px #F0D5DB">Text here.</p>

This text has shadow with #F0D5DB color.

.textShadow {text-shadow: 3px 3px 1px #F0D5DB, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #F0D5DB, 5px 5px 20px red">Text here.</p>

This text has shadow with #F0D5DB primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#F0D5DB, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#F0D5DB, Direction=45, Strength=4)">Text</p>

This text has shadow with #F0D5DB and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #F0D5DB;
  -webkit-box-shadow:	1px 1px 3px 2px #F0D5DB;
  box-shadow:		1px 1px 3px 2px #F0D5DB;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #F0D5DB;
-webkit-box-shadow: 1px 1px 3px 2px #F0D5DB;
box-shadow:1px 1px 3px 2px #F0D5DB;">
Div content here</div>
This div box has shadow with color #F0D5DB.

Preview

Color preview on black background

This text has color #F0D5DB on black background.


Color preview on white background

This text has color #F0D5DB on white background.



Black color preview on #F0D5DB background

This text has black color on #F0D5DB background.


White color preview on #F0D5DB background

This text has white color on #F0D5DB background.