#F9CACC

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

Shades of Azalea #F9CACC

Tints of Azalea #F9CACC

Color information

#F9CACC (or 0xF9CACC) is unknown color: approx Azalea. HEX triplet: F9, CA and CC. RGB value is (249,202,204). Sum of RGB (Red+Green+Blue) = 249+202+204=655 (86% of max value = 765). Red value is 249 (97.66% from 255 or 38.02% from 655); Green value is 202 (79.30% from 255 or 30.84% from 655); Blue value is 204 (80.08% from 255 or 31.15% from 655); Max value from RGB is 249 - color contains mainly: red. Hex color #F9CACC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9CACC is #063533. Grayscale: #D8D8D8. Windows color (decimal): -406836 or 13421305. OLE color: 13421305.

HSL color Cylindrical-coordinate representation of color #F9CACC: hue angle of 357.45º degrees, saturation: 0.8, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #F9CACC is Cyan = 0, Magento = 0.19, Yellow = 0.18 and Black (K on CMYK) = 0.02.

Color convert

RGB249202204-
CMYK00.190.180.02
HSL357.45º79.66%88.43%-
HSV(B)357.45º18.88%97.65%-
XYZ71.0966.7466.26-
YUV216.28121.07151.34-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 38.02%
GREEN value IS 202 (79.30% from 255) = 30.84%
BLUE value IS 204 (80.08% from 255) = 31.15%
R=38.02%
G=30.84%
B=31.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.18
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24920220400.190.180.02357.4579.6688.43
HexF9CACC0131221655058
Octal371312314023222545120130
Binary111110011100101011001100010011100101010110010110100001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9CACC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9CACC; }

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

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

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

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

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

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

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

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