#F4CACC

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

Shades of Azalea #F4CACC

Tints of Azalea #F4CACC

Color information

#F4CACC (or 0xF4CACC) is unknown color: approx Azalea. HEX triplet: F4, CA and CC. RGB value is (244,202,204). Sum of RGB (Red+Green+Blue) = 244+202+204=650 (86% of max value = 765). Red value is 244 (95.70% from 255 or 37.54% from 650); Green value is 202 (79.30% from 255 or 31.08% from 650); Blue value is 204 (80.08% from 255 or 31.38% from 650); Max value from RGB is 244 - color contains mainly: red. Hex color #F4CACC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F4CACC is #0B3533. Grayscale: #D6D6D6. Windows color (decimal): -734516 or 13421300. OLE color: 13421300.

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

Color convert

RGB244202204-
CMYK00.170.160.04
HSL357.14º65.62%87.45%-
HSV(B)357.14º17.21%95.69%-
XYZ69.3365.8366.18-
YUV214.79121.91148.84-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 37.54%
GREEN value IS 202 (79.30% from 255) = 31.08%
BLUE value IS 204 (80.08% from 255) = 31.38%
R=37.54%
G=31.08%
B=31.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.16
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24420220400.170.160.04357.1465.6287.45
HexF4CACC0111041654257
Octal364312314021204545102127
Binary1111010011001010110011000100011000010010110010110000101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4CACC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4CACC; }

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

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

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

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

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

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

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

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