COLOR #F1CADF

HEX: #F1CADF RGB: (241,202,223)

Color info

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

RGB color model

#F1CADF color RGB value is (241,202,223).

RGB: (241,202,223) (95%, 79%, 87%)

RGB channels and saturation

R 241 of 255 = 95%
G 202 of 255 = 79%
B 223 of 255 = 87%

241
202
223

R + G + B ~ 87%. #F1CADF is light color.

Portions of RGB colors in percentages

R + G + B = 241 + 202 + 223 = 666 (100%)
R 241 of 666 ~ 36.19%
G 202 of 666 ~ 30.33%
B 223 of 666 ~ 33.48'%

%36.19
%30.33
%33.48

CMYK color model

#F1CADF color CMYK value is (0,16,7,5).

  • cyan value is 0.00%
  • magenta value is 16.18%
  • yellow value is 7.47%
  • key color value is 5.49%

CMYK: (0,16,7,5)
C0M16Y7K5 (0%, 16%, 7%, 5%)
(0.00 / 0.16 / 0.07 / 0.05)

CMYK percentages

%0
%16.18
%7.47
%5.49

Codes

Color #F1CADF in popluar color models

F1 CA DF
RGB 241 202 223
HSL 328° 58.21% 86.86%
HSB/HSV 328° 16.18% 94.51%
CMYK 0.00% 16.18% 7.47%
5.49%

Color #F1CADF in popluar number systems.

HEX F1 CA DF
Decimal 241 202 223
Binary 11110001 11001010 11011111
Octal 361 312 337

Shades and tints

Shades of #F1CADF

#F1CADF
(241,202,223)
#DCB8CB
(220,184,203)
#C7A6B7
(199,166,183)
#B294A3
(178,148,163)
#9D828F
(157,130,143)
#88707B
(136,112,123)
#735E67
(115,94,103)
#5E4C53
(94,76,83)
#493A3F
(73,58,63)
#34282B
(52,40,43)
#1F1617
(31,22,23)
#000000
(0,0,0)

Tints of #F1CADF

#F1CADF
(241,202,223)
#F2CEE1
(242,206,225)
#F3D2E3
(243,210,227)
#F4D6E5
(244,214,229)
#F5DAE7
(245,218,231)
#F6DEE9
(246,222,233)
#F7E2EB
(247,226,235)
#F8E6ED
(248,230,237)
#F9EAEF
(249,234,239)
#FAEEF1
(250,238,241)
#FBF2F3
(251,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F1CADF color. Also use rgb(241,202,223) instead hex code.

Text Font Color

.myTextColor { color: #F1CADF; }

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

This text font color is #F1CADF.

Background Color

.myBgColor { background-color: #F1CADF; }

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

This div background color is #F1CADF.

Border color

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

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

This div border color is #F1CADF.

Opacity

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

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

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

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

This text has shadow with #F1CADF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F1CADF.

Preview

Color preview on black background

This text has color #F1CADF on black background.


Color preview on white background

This text has color #F1CADF on white background.


Black color preview on #F1CADF background

This text has black color on #F1CADF background.


White color preview on #F1CADF background

This text has white color on #F1CADF background.


Related colors

Complementary color

Complementary color for #hex is #0E3520.


I love getcolorcode.com

Triadic colors

1 #DFF1CA and #CADFF1 with #F1CADF are triadic colors.

2 #DFCAF1 and #CAF1DF with #F1CADF are triadic colors.