#F0CCCD

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

Shades of Azalea #F0CCCD

Tints of Azalea #F0CCCD

Color information

#F0CCCD (or 0xF0CCCD) is unknown color: approx Azalea. HEX triplet: F0, CC and CD. RGB value is (240,204,205). Sum of RGB (Red+Green+Blue) = 240+204+205=649 (85% of max value = 765). Red value is 240 (94.14% from 255 or 36.98% from 649); Green value is 204 (80.08% from 255 or 31.43% from 649); Blue value is 205 (80.47% from 255 or 31.59% from 649); Max value from RGB is 240 - color contains mainly: red. Hex color #F0CCCD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0CCCD is #0F3332. Grayscale: #D6D6D6. Windows color (decimal): -996147 or 13487344. OLE color: 13487344.

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

Color convert

RGB240204205-
CMYK00.150.150.06
HSL358.33º54.55%87.06%-
HSV(B)358.33º15%94.12%-
XYZ68.5566.1266.91-
YUV214.88122.43145.92-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 36.98%
GREEN value IS 204 (80.08% from 255) = 31.43%
BLUE value IS 205 (80.47% from 255) = 31.59%
R=36.98%
G=31.43%
B=31.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.15
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24020420500.150.150.06358.3354.5587.06
HexF0CCCD0FF61663757
Octal36031431501717654667127
Binary1111000011001100110011010111111111101011001101101111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0CCCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0CCCD; }

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

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

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

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

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

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

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

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