#F2CADE

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

Shades of Classic Rose #F2CADE

Tints of Classic Rose #F2CADE

Color information

#F2CADE (or 0xF2CADE) is unknown color: approx Classic Rose. HEX triplet: F2, CA and DE. RGB value is (242,202,222). Sum of RGB (Red+Green+Blue) = 242+202+222=666 (88% of max value = 765). Red value is 242 (94.92% from 255 or 36.34% from 666); Green value is 202 (79.30% from 255 or 30.33% from 666); Blue value is 222 (87.11% from 255 or 33.33% from 666); Max value from RGB is 242 - color contains mainly: red. Hex color #F2CADE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2CADE is #0D3521. Grayscale: #D8D8D8. Windows color (decimal): -865570 or 14600946. OLE color: 14600946.

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

Color convert

RGB242202222-
CMYK00.170.080.05
HSL330º60.61%87.06%-
HSV(B)330º16.53%94.9%-
XYZ70.9266.3978.18-
YUV216.24131.25146.37-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 36.34%
GREEN value IS 202 (79.30% from 255) = 30.33%
BLUE value IS 222 (87.11% from 255) = 33.33%
R=36.34%
G=30.33%
B=33.33%

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
Decimal24220222200.170.080.0533060.6187.06
HexF2CADE0118514a3d57
Octal36231233602110551275127
Binary11110010110010101101111001000110001011010010101111011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2CADE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2CADE; }

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

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

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

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

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

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

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

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