#F8CACC

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

Shades of Azalea #F8CACC

Tints of Azalea #F8CACC

Color information

#F8CACC (or 0xF8CACC) is unknown color: approx Azalea. HEX triplet: F8, CA and CC. RGB value is (248,202,204). Sum of RGB (Red+Green+Blue) = 248+202+204=654 (86% of max value = 765). Red value is 248 (97.27% from 255 or 37.92% from 654); Green value is 202 (79.30% from 255 or 30.89% from 654); Blue value is 204 (80.08% from 255 or 31.19% from 654); Max value from RGB is 248 - color contains mainly: red. Hex color #F8CACC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8CACC is #073533. Grayscale: #D8D8D8. Windows color (decimal): -472372 or 13421304. OLE color: 13421304.

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

Color convert

RGB248202204-
CMYK00.190.180.03
HSL357.39º76.67%88.24%-
HSV(B)357.39º18.55%97.25%-
XYZ70.7366.5666.25-
YUV215.98121.24150.84-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 37.92%
GREEN value IS 202 (79.30% from 255) = 30.89%
BLUE value IS 204 (80.08% from 255) = 31.19%
R=37.92%
G=30.89%
B=31.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.18
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24820220400.190.180.03357.3976.6788.24
HexF8CACC0131231654d58
Octal370312314023223545115130
Binary111110001100101011001100010011100101110110010110011011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8CACC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8CACC; }

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

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

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

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

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

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

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

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