#F0C8CC

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

Shades of Azalea #F0C8CC

Tints of Azalea #F0C8CC

Color information

#F0C8CC (or 0xF0C8CC) is unknown color: approx Azalea. HEX triplet: F0, C8 and CC. RGB value is (240,200,204). Sum of RGB (Red+Green+Blue) = 240+200+204=644 (85% of max value = 765). Red value is 240 (94.14% from 255 or 37.27% from 644); Green value is 200 (78.52% from 255 or 31.06% from 644); Blue value is 204 (80.08% from 255 or 31.68% from 644); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C8CC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0C8CC is #0F3733. Grayscale: #D4D4D4. Windows color (decimal): -997172 or 13420784. OLE color: 13420784.

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

Color convert

RGB240200204-
CMYK00.170.150.06
HSL354º57.14%86.27%-
HSV(B)354º16.67%94.12%-
XYZ67.4964.1965.96-
YUV212.42123.25147.67-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 37.27%
GREEN value IS 200 (78.52% from 255) = 31.06%
BLUE value IS 204 (80.08% from 255) = 31.68%
R=37.27%
G=31.06%
B=31.68%

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
Decimal24020020400.170.150.0635457.1486.27
HexF0C8CC011F61623956
Octal36031031402117654271126
Binary11110000110010001100110001000111111101011000101110011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0C8CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0C8CC; }

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

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

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

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

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

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

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

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