#F2CCCE

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

Shades of Azalea #F2CCCE

Tints of Azalea #F2CCCE

Color information

#F2CCCE (or 0xF2CCCE) is unknown color: approx Azalea. HEX triplet: F2, CC and CE. RGB value is (242,204,206). Sum of RGB (Red+Green+Blue) = 242+204+206=652 (86% of max value = 765). Red value is 242 (94.92% from 255 or 37.12% from 652); Green value is 204 (80.08% from 255 or 31.29% from 652); Blue value is 206 (80.86% from 255 or 31.60% from 652); Max value from RGB is 242 - color contains mainly: red. Hex color #F2CCCE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2CCCE is #0D3331. Grayscale: #D7D7D7. Windows color (decimal): -865074 or 13552882. OLE color: 13552882.

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

Color convert

RGB242204206-
CMYK00.160.150.05
HSL356.84º59.38%87.45%-
HSV(B)356.84º15.7%94.9%-
XYZ69.3566.5267.58-
YUV215.59122.59146.84-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 37.12%
GREEN value IS 204 (80.08% from 255) = 31.29%
BLUE value IS 206 (80.86% from 255) = 31.60%
R=37.12%
G=31.29%
B=31.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.15
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24220420600.160.150.05356.8459.3887.45
HexF2CCCE010F51653b57
Octal36231431602017554573127
Binary11110010110011001100111001000011111011011001011110111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2CCCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2CCCE; }

 p { color: rgb(242,204,206); }

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

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

 a { background-color: rgb(242,204,206); }

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

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

 span { border-color: rgb(242,204,206); }

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