#F8CACE

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

Shades of Azalea #F8CACE

Tints of Azalea #F8CACE

Color information

#F8CACE (or 0xF8CACE) is unknown color: approx Azalea. HEX triplet: F8, CA and CE. RGB value is (248,202,206). Sum of RGB (Red+Green+Blue) = 248+202+206=656 (86% of max value = 765). Red value is 248 (97.27% from 255 or 37.80% from 656); Green value is 202 (79.30% from 255 or 30.79% from 656); Blue value is 206 (80.86% from 255 or 31.40% from 656); Max value from RGB is 248 - color contains mainly: red. Hex color #F8CACE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8CACE is #073531. Grayscale: #D8D8D8. Windows color (decimal): -472370 or 13552376. OLE color: 13552376.

HSL color Cylindrical-coordinate representation of color #F8CACE: hue angle of 354.78º degrees, saturation: 0.77, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #F8CACE is Cyan = 0, Magento = 0.19, Yellow = 0.17 and Black (K on CMYK) = 0.03.

Color convert

RGB248202206-
CMYK00.190.170.03
HSL354.78º76.67%88.24%-
HSV(B)354.78º18.55%97.25%-
XYZ70.9766.6567.52-
YUV216.21122.24150.67-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 37.80%
GREEN value IS 202 (79.30% from 255) = 30.79%
BLUE value IS 206 (80.86% from 255) = 31.40%
R=37.80%
G=30.79%
B=31.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.17
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24820220600.190.170.03354.7876.6788.24
HexF8CACE0131131634d58
Octal370312316023213543115130
Binary111110001100101011001110010011100011110110001110011011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8CACE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8CACE; }

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

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

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

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

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

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

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

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