#F0CACB

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

Shades of Azalea #F0CACB

Tints of Azalea #F0CACB

Color information

#F0CACB (or 0xF0CACB) is unknown color: approx Azalea. HEX triplet: F0, CA and CB. RGB value is (240,202,203). Sum of RGB (Red+Green+Blue) = 240+202+203=645 (85% of max value = 765). Red value is 240 (94.14% from 255 or 37.21% from 645); Green value is 202 (79.30% from 255 or 31.32% from 645); Blue value is 203 (79.69% from 255 or 31.47% from 645); Max value from RGB is 240 - color contains mainly: red. Hex color #F0CACB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0CACB is #0F3534. Grayscale: #D5D5D5. Windows color (decimal): -996661 or 13355760. OLE color: 13355760.

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

Color convert

RGB240202203-
CMYK00.160.150.06
HSL358.42º55.88%86.67%-
HSV(B)358.42º15.83%94.12%-
XYZ67.8465.0865.49-
YUV213.48122.09146.92-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 37.21%
GREEN value IS 202 (79.30% from 255) = 31.32%
BLUE value IS 203 (79.69% from 255) = 31.47%
R=37.21%
G=31.32%
B=31.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.15
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24020220300.160.150.06358.4255.8886.67
HexF0CACB010F61663857
Octal36031231302017654670127
Binary11110000110010101100101101000011111101011001101110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0CACB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0CACB; }

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

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

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

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

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

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

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

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