COLOR #F5CADD

HEX: #F5CADD RGB: (245,202,221)

Color info

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

RGB color model

#F5CADD color RGB value is (245,202,221).

RGB: (245,202,221) (96%, 79%, 87%)

RGB channels and saturation

R 245 of 255 = 96%
G 202 of 255 = 79%
B 221 of 255 = 87%

245
202
221

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

Portions of RGB colors in percentages

R + G + B = 245 + 202 + 221 = 668 (100%)
R 245 of 668 ~ 36.68%
G 202 of 668 ~ 30.24%
B 221 of 668 ~ 33.08'%

%36.68
%30.24
%33.08

CMYK color model

#F5CADD color CMYK value is (0,18,10,4).

  • cyan value is 0.00%
  • magenta value is 17.55%
  • yellow value is 9.80%
  • key color value is 3.92%

CMYK: (0,18,10,4)
C0M18Y10K4 (0%, 18%, 10%, 4%)
(0.00 / 0.18 / 0.10 / 0.04)

CMYK percentages

%0
%17.55
%9.8
%3.92

Codes

Color #F5CADD in popluar color models

F5 CA DD
RGB 245 202 221
HSL 333° 68.25% 87.65%
HSB/HSV 333° 17.55% 96.08%
CMYK 0.00% 17.55% 9.80%
3.92%

Color #F5CADD in popluar number systems.

HEX F5 CA DD
Decimal 245 202 221
Binary 11110101 11001010 11011101
Octal 365 312 335

Shades and tints

Shades of #F5CADD

#F5CADD
(245,202,221)
#DFB8C9
(223,184,201)
#C9A6B5
(201,166,181)
#B394A1
(179,148,161)
#9D828D
(157,130,141)
#877079
(135,112,121)
#715E65
(113,94,101)
#5B4C51
(91,76,81)
#453A3D
(69,58,61)
#2F2829
(47,40,41)
#191615
(25,22,21)
#000000
(0,0,0)

Tints of #F5CADD

#F5CADD
(245,202,221)
#F5CEE0
(245,206,224)
#F5D2E3
(245,210,227)
#F5D6E6
(245,214,230)
#F5DAE9
(245,218,233)
#F5DEEC
(245,222,236)
#F5E2EF
(245,226,239)
#F5E6F2
(245,230,242)
#F5EAF5
(245,234,245)
#F5EEF8
(245,238,248)
#F5F2FB
(245,242,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F5CADD color. Also use rgb(245,202,221) instead hex code.

Text Font Color

.myTextColor { color: #F5CADD; }

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

This text font color is #F5CADD.

Background Color

.myBgColor { background-color: #F5CADD; }

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

This div background color is #F5CADD.

Border color

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

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

This div border color is #F5CADD.

Opacity

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

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

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

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

This text has shadow with #F5CADD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F5CADD.

Preview

Color preview on black background

This text has color #F5CADD on black background.


Color preview on white background

This text has color #F5CADD on white background.


Black color preview on #F5CADD background

This text has black color on #F5CADD background.


White color preview on #F5CADD background

This text has white color on #F5CADD background.


Related colors

Complementary color

Complementary color for #hex is #0A3522.


I love getcolorcode.com

Triadic colors

1 #DDF5CA and #CADDF5 with #F5CADD are triadic colors.

2 #DDCAF5 and #CAF5DD with #F5CADD are triadic colors.