#F0C8CB

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

Shades of Azalea #F0C8CB

Tints of Azalea #F0C8CB

Color information

#F0C8CB (or 0xF0C8CB) is unknown color: approx Azalea. HEX triplet: F0, C8 and CB. RGB value is (240,200,203). Sum of RGB (Red+Green+Blue) = 240+200+203=643 (85% of max value = 765). Red value is 240 (94.14% from 255 or 37.33% from 643); Green value is 200 (78.52% from 255 or 31.10% from 643); Blue value is 203 (79.69% from 255 or 31.57% from 643); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C8CB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0C8CB is #0F3734. Grayscale: #D4D4D4. Windows color (decimal): -997173 or 13355248. OLE color: 13355248.

HSL color Cylindrical-coordinate representation of color #F0C8CB: hue angle of 355.5º degrees, saturation: 0.57, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #F0C8CB is Cyan = 0, Magento = 0.17, Yellow = 0.15 and Black (K on CMYK) = 0.06.

Color convert

RGB240200203-
CMYK00.170.150.06
HSL355.5º57.14%86.27%-
HSV(B)355.5º16.67%94.12%-
XYZ67.3764.1565.33-
YUV212.3122.75147.76-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 37.33%
GREEN value IS 200 (78.52% from 255) = 31.10%
BLUE value IS 203 (79.69% from 255) = 31.57%
R=37.33%
G=31.10%
B=31.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.15
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24020020300.170.150.06355.557.1486.27
HexF0C8CB011F61643956
Octal36031031302117654471126
Binary11110000110010001100101101000111111101011001001110011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0C8CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0C8CB; }

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

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

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

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

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

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

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

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