#F2CADA

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

Shades of Classic Rose #F2CADA

Tints of Classic Rose #F2CADA

Color information

#F2CADA (or 0xF2CADA) is unknown color: approx Classic Rose. HEX triplet: F2, CA and DA. RGB value is (242,202,218). Sum of RGB (Red+Green+Blue) = 242+202+218=662 (87% of max value = 765). Red value is 242 (94.92% from 255 or 36.56% from 662); Green value is 202 (79.30% from 255 or 30.51% from 662); Blue value is 218 (85.55% from 255 or 32.93% from 662); Max value from RGB is 242 - color contains mainly: red. Hex color #F2CADA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2CADA is #0D3525. Grayscale: #D7D7D7. Windows color (decimal): -865574 or 14338802. OLE color: 14338802.

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

Color convert

RGB242202218-
CMYK00.170.100.05
HSL336º60.61%87.06%-
HSV(B)336º16.53%94.9%-
XYZ70.3966.1875.39-
YUV215.78129.25146.7-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 36.56%
GREEN value IS 202 (79.30% from 255) = 30.51%
BLUE value IS 218 (85.55% from 255) = 32.93%
R=36.56%
G=30.51%
B=32.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.10
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24220221800.170.100.0533660.6187.06
HexF2CADA011A51503d57
Octal36231233202112552075127
Binary11110010110010101101101001000110101011010100001111011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2CADA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2CADA; }

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

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

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

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

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

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

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

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