#F2CADD

Color #F2CADD Classic Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Classic Rose #F2CADD

Tints of Classic Rose #F2CADD

Color information

#F2CADD (or 0xF2CADD) is unknown color: approx Classic Rose. HEX triplet: F2, CA and DD. RGB value is (242,202,221). Sum of RGB (Red+Green+Blue) = 242+202+221=665 (88% of max value = 765). Red value is 242 (94.92% from 255 or 36.39% from 665); Green value is 202 (79.30% from 255 or 30.38% from 665); Blue value is 221 (86.72% from 255 or 33.23% from 665); Max value from RGB is 242 - color contains mainly: red. Hex color #F2CADD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2CADD is #0D3522. Grayscale: #D8D8D8. Windows color (decimal): -865571 or 14535410. OLE color: 14535410.

HSL color Cylindrical-coordinate representation of color #F2CADD: hue angle of 331.5º degrees, saturation: 0.61, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #F2CADD is Cyan = 0, Magento = 0.17, Yellow = 0.09 and Black (K on CMYK) = 0.05.

Color convert

RGB242202221-
CMYK00.170.090.05
HSL331.5º60.61%87.06%-
HSV(B)331.5º16.53%94.9%-
XYZ70.7966.3477.48-
YUV216.13130.75146.46-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 242 (94.92% from 255) = 36.39%
GREEN value IS 202 (79.30% from 255) = 30.38%
BLUE value IS 221 (86.72% from 255) = 33.23%
R=36.39%
G=30.38%
B=33.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.09
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24220222100.170.090.05331.560.6187.06
HexF2CADD0119514c3d57
Octal36231233502111551475127
Binary11110010110010101101110101000110011011010011001111011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2CADD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2CADD; }

 p { color: rgb(242,202,221); }

 H1.HeaderClassName
 {
   color: #F2CADD;
 }
 .AnyTagClassName
 {
   color: #F2CADD;
 }
</style>
background-color css

<style>
 a { background-color: #F2CADD; }

 a { background-color: rgb(242,202,221); }

 div.DivClassName
 {
   background-color: #F2CADD;
 }
 .BgClassName
 {
   background-color: #F2CADD;
 }
</style>
border-color css

<style>
 span { border-color: #F2CADD; }

 span { border-color: rgb(242,202,221); }

 td.TdClassName
 {
   border-color: #F2CADD;
 }
 .TagClassName
 {
   border-color: #F2CADD;
 }
</style>