COLOR #F1C0DB

HEX: #F1C0DB RGB: (241,192,219)

Color info

#F1C0DB contains red, green and blue colors in about the same proportion. Web safe color of #F1C0DB is #FFCCCC (or #FCC).

RGB color model

#F1C0DB color RGB value is (241,192,219).

RGB: (241,192,219) (95%, 75%, 86%)

RGB channels and saturation

R 241 of 255 = 95%
G 192 of 255 = 75%
B 219 of 255 = 86%

241
192
219

R + G + B ~ 85%. #F1C0DB is quite light color.

Portions of RGB colors in percentages

R + G + B = 241 + 192 + 219 = 652 (100%)
R 241 of 652 ~ 36.96%
G 192 of 652 ~ 29.45%
B 219 of 652 ~ 33.59'%

%36.96
%29.45
%33.59

CMYK color model

#F1C0DB color CMYK value is (0,20,9,5).

  • cyan value is 0.00%
  • magenta value is 20.33%
  • yellow value is 9.13%
  • key color value is 5.49%

CMYK: (0,20,9,5)
C0M20Y9K5 (0%, 20%, 9%, 5%)
(0.00 / 0.20 / 0.09 / 0.05)

CMYK percentages

%0
%20.33
%9.13
%5.49

Codes

Color #F1C0DB in popluar color models

F1 C0 DB
RGB 241 192 219
HSL 327° 63.64% 84.90%
HSB/HSV 327° 20.33% 94.51%
CMYK 0.00% 20.33% 9.13%
5.49%

Color #F1C0DB in popluar number systems.

HEX F1 C0 DB
Decimal 241 192 219
Binary 11110001 11000000 11011011
Octal 361 300 333

Shades and tints

Shades of #F1C0DB

#F1C0DB
(241,192,219)
#DCAFC8
(220,175,200)
#C79EB5
(199,158,181)
#B28DA2
(178,141,162)
#9D7C8F
(157,124,143)
#886B7C
(136,107,124)
#735A69
(115,90,105)
#5E4956
(94,73,86)
#493843
(73,56,67)
#342730
(52,39,48)
#1F161D
(31,22,29)
#000000
(0,0,0)

Tints of #F1C0DB

#F1C0DB
(241,192,219)
#F2C5DE
(242,197,222)
#F3CAE1
(243,202,225)
#F4CFE4
(244,207,228)
#F5D4E7
(245,212,231)
#F6D9EA
(246,217,234)
#F7DEED
(247,222,237)
#F8E3F0
(248,227,240)
#F9E8F3
(249,232,243)
#FAEDF6
(250,237,246)
#FBF2F9
(251,242,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F1C0DB color. Also use rgb(241,192,219) instead hex code.

Text Font Color

.myTextColor { color: #F1C0DB; }

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

This text font color is #F1C0DB.

Background Color

.myBgColor { background-color: #F1C0DB; }

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

This div background color is #F1C0DB.

Border color

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

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

This div border color is #F1C0DB.

Opacity

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

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

Text with #F1C0DB 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 #F1C0DB;}

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

This text has shadow with #F1C0DB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F1C0DB.

Preview

Color preview on black background

This text has color #F1C0DB on black background.


Color preview on white background

This text has color #F1C0DB on white background.


Black color preview on #F1C0DB background

This text has black color on #F1C0DB background.


White color preview on #F1C0DB background

This text has white color on #F1C0DB background.


Related colors

Complementary color

Complementary color for #hex is #0E3F24.


I love getcolorcode.com

Triadic colors

1 #DBF1C0 and #C0DBF1 with #F1C0DB are triadic colors.

2 #DBC0F1 and #C0F1DB with #F1C0DB are triadic colors.