#F0C8CD

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

Shades of Azalea #F0C8CD

Tints of Azalea #F0C8CD

Color information

#F0C8CD (or 0xF0C8CD) is unknown color: approx Azalea. HEX triplet: F0, C8 and CD. RGB value is (240,200,205). Sum of RGB (Red+Green+Blue) = 240+200+205=645 (85% of max value = 765). Red value is 240 (94.14% from 255 or 37.21% from 645); Green value is 200 (78.52% from 255 or 31.01% from 645); Blue value is 205 (80.47% from 255 or 31.78% from 645); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C8CD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0C8CD is #0F3732. Grayscale: #D4D4D4. Windows color (decimal): -997171 or 13486320. OLE color: 13486320.

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

Color convert

RGB240200205-
CMYK00.170.150.06
HSL352.5º57.14%86.27%-
HSV(B)352.5º16.67%94.12%-
XYZ67.6164.2466.59-
YUV212.53123.75147.59-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 37.21%
GREEN value IS 200 (78.52% from 255) = 31.01%
BLUE value IS 205 (80.47% from 255) = 31.78%
R=37.21%
G=31.01%
B=31.78%

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
Decimal24020020500.170.150.06352.557.1486.27
HexF0C8CD011F61603956
Octal36031031502117654071126
Binary11110000110010001100110101000111111101011000001110011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0C8CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0C8CD; }

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

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

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

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

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

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

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

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