#F2CADF

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

Shades of Classic Rose #F2CADF

Tints of Classic Rose #F2CADF

Color information

#F2CADF (or 0xF2CADF) is unknown color: approx Classic Rose. HEX triplet: F2, CA and DF. RGB value is (242,202,223). Sum of RGB (Red+Green+Blue) = 242+202+223=667 (88% of max value = 765). Red value is 242 (94.92% from 255 or 36.28% from 667); Green value is 202 (79.30% from 255 or 30.28% from 667); Blue value is 223 (87.5% from 255 or 33.43% from 667); Max value from RGB is 242 - color contains mainly: red. Hex color #F2CADF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2CADF is #0D3520. Grayscale: #D8D8D8. Windows color (decimal): -865569 or 14666482. OLE color: 14666482.

HSL color Cylindrical-coordinate representation of color #F2CADF: hue angle of 328.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 #F2CADF is Cyan = 0, Magento = 0.17, Yellow = 0.08 and Black (K on CMYK) = 0.05.

Color convert

RGB242202223-
CMYK00.170.080.05
HSL328.5º60.61%87.06%-
HSV(B)328.5º16.53%94.9%-
XYZ71.0666.4578.89-
YUV216.35131.75146.29-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 36.28%
GREEN value IS 202 (79.30% from 255) = 30.28%
BLUE value IS 223 (87.5% from 255) = 33.43%
R=36.28%
G=30.28%
B=33.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.08
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24220222300.170.080.05328.560.6187.06
HexF2CADF011851483d57
Octal36231233702110551075127
Binary11110010110010101101111101000110001011010010001111011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2CADF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2CADF; }

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

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

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

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

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

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

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

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