#F2C8CB

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

Shades of Azalea #F2C8CB

Tints of Azalea #F2C8CB

Color information

#F2C8CB (or 0xF2C8CB) is unknown color: approx Azalea. HEX triplet: F2, C8 and CB. RGB value is (242,200,203). Sum of RGB (Red+Green+Blue) = 242+200+203=645 (85% of max value = 765). Red value is 242 (94.92% from 255 or 37.52% from 645); Green value is 200 (78.52% from 255 or 31.01% from 645); Blue value is 203 (79.69% from 255 or 31.47% from 645); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C8CB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2C8CB is #0D3734. Grayscale: #D4D4D4. Windows color (decimal): -866101 or 13355250. OLE color: 13355250.

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

Color convert

RGB242200203-
CMYK00.170.160.05
HSL355.71º61.76%86.67%-
HSV(B)355.71º17.36%94.9%-
XYZ68.0564.565.36-
YUV212.9122.41148.76-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 37.52%
GREEN value IS 200 (78.52% from 255) = 31.01%
BLUE value IS 203 (79.69% from 255) = 31.47%
R=37.52%
G=31.01%
B=31.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.16
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24220020300.170.160.05355.7161.7686.67
HexF2C8CB0111051643e57
Octal36231031302120554476127
Binary111100101100100011001011010001100001011011001001111101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2C8CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2C8CB; }

 p { color: rgb(242,200,203); }

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

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

 a { background-color: rgb(242,200,203); }

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

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

 span { border-color: rgb(242,200,203); }

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