#F9CACE

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

Shades of Azalea #F9CACE

Tints of Azalea #F9CACE

Color information

#F9CACE (or 0xF9CACE) is unknown color: approx Azalea. HEX triplet: F9, CA and CE. RGB value is (249,202,206). Sum of RGB (Red+Green+Blue) = 249+202+206=657 (87% of max value = 765). Red value is 249 (97.66% from 255 or 37.90% from 657); Green value is 202 (79.30% from 255 or 30.75% from 657); Blue value is 206 (80.86% from 255 or 31.35% from 657); Max value from RGB is 249 - color contains mainly: red. Hex color #F9CACE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9CACE is #063531. Grayscale: #D8D8D8. Windows color (decimal): -406834 or 13552377. OLE color: 13552377.

HSL color Cylindrical-coordinate representation of color #F9CACE: hue angle of 354.89º 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 #F9CACE is Cyan = 0, Magento = 0.19, Yellow = 0.17 and Black (K on CMYK) = 0.02.

Color convert

RGB249202206-
CMYK00.190.170.02
HSL354.89º79.66%88.43%-
HSV(B)354.89º18.88%97.65%-
XYZ71.3366.8467.53-
YUV216.51122.07151.17-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 37.90%
GREEN value IS 202 (79.30% from 255) = 30.75%
BLUE value IS 206 (80.86% from 255) = 31.35%
R=37.90%
G=30.75%
B=31.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.17
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24920220600.190.170.02354.8979.6688.43
HexF9CACE0131121635058
Octal371312316023212543120130
Binary111110011100101011001110010011100011010110001110100001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9CACE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9CACE; }

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

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

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

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

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

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

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

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