#F5CACC

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

Shades of Azalea #F5CACC

Tints of Azalea #F5CACC

Color information

#F5CACC (or 0xF5CACC) is unknown color: approx Azalea. HEX triplet: F5, CA and CC. RGB value is (245,202,204). Sum of RGB (Red+Green+Blue) = 245+202+204=651 (86% of max value = 765). Red value is 245 (96.09% from 255 or 37.63% from 651); Green value is 202 (79.30% from 255 or 31.03% from 651); Blue value is 204 (80.08% from 255 or 31.34% from 651); Max value from RGB is 245 - color contains mainly: red. Hex color #F5CACC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5CACC is #0A3533. Grayscale: #D7D7D7. Windows color (decimal): -668980 or 13421301. OLE color: 13421301.

HSL color Cylindrical-coordinate representation of color #F5CACC: hue angle of 357.21º degrees, saturation: 0.68, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #F5CACC is Cyan = 0, Magento = 0.18, Yellow = 0.17 and Black (K on CMYK) = 0.04.

Color convert

RGB245202204-
CMYK00.180.170.04
HSL357.21º68.25%87.65%-
HSV(B)357.21º17.55%96.08%-
XYZ69.6866.0166.2-
YUV215.08121.75149.34-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 37.63%
GREEN value IS 202 (79.30% from 255) = 31.03%
BLUE value IS 204 (80.08% from 255) = 31.34%
R=37.63%
G=31.03%
B=31.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.17
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24520220400.180.170.04357.2168.2587.65
HexF5CACC0121141654458
Octal365312314022214545104130
Binary1111010111001010110011000100101000110010110010110001001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5CACC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5CACC; }

 p { color: rgb(245,202,204); }

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

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

 a { background-color: rgb(245,202,204); }

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

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

 span { border-color: rgb(245,202,204); }

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