#F0CACE

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

Shades of Azalea #F0CACE

Tints of Azalea #F0CACE

Color information

#F0CACE (or 0xF0CACE) is unknown color: approx Azalea. HEX triplet: F0, CA and CE. RGB value is (240,202,206). Sum of RGB (Red+Green+Blue) = 240+202+206=648 (85% of max value = 765). Red value is 240 (94.14% from 255 or 37.04% from 648); Green value is 202 (79.30% from 255 or 31.17% from 648); Blue value is 206 (80.86% from 255 or 31.79% from 648); Max value from RGB is 240 - color contains mainly: red. Hex color #F0CACE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0CACE is #0F3531. Grayscale: #D5D5D5. Windows color (decimal): -996658 or 13552368. OLE color: 13552368.

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

Color convert

RGB240202206-
CMYK00.160.140.06
HSL353.68º55.88%86.67%-
HSV(B)353.68º15.83%94.12%-
XYZ68.265.2267.39-
YUV213.82123.59146.67-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 37.04%
GREEN value IS 202 (79.30% from 255) = 31.17%
BLUE value IS 206 (80.86% from 255) = 31.79%
R=37.04%
G=31.17%
B=31.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.14
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24020220600.160.140.06353.6855.8886.67
HexF0CACE010E61623857
Octal36031231602016654270127
Binary11110000110010101100111001000011101101011000101110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0CACE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0CACE; }

 p { color: rgb(240,202,206); }

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

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

 a { background-color: rgb(240,202,206); }

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

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

 span { border-color: rgb(240,202,206); }

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