#F8CACB

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

Shades of Azalea #F8CACB

Tints of Azalea #F8CACB

Color information

#F8CACB (or 0xF8CACB) is unknown color: approx Azalea. HEX triplet: F8, CA and CB. RGB value is (248,202,203). Sum of RGB (Red+Green+Blue) = 248+202+203=653 (86% of max value = 765). Red value is 248 (97.27% from 255 or 37.98% from 653); Green value is 202 (79.30% from 255 or 30.93% from 653); Blue value is 203 (79.69% from 255 or 31.09% from 653); Max value from RGB is 248 - color contains mainly: red. Hex color #F8CACB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8CACB is #073534. Grayscale: #D7D7D7. Windows color (decimal): -472373 or 13355768. OLE color: 13355768.

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

Color convert

RGB248202203-
CMYK00.190.180.03
HSL358.7º76.67%88.24%-
HSV(B)358.7º18.55%97.25%-
XYZ70.6166.5165.62-
YUV215.87120.74150.92-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 37.98%
GREEN value IS 202 (79.30% from 255) = 30.93%
BLUE value IS 203 (79.69% from 255) = 31.09%
R=37.98%
G=30.93%
B=31.09%

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
Decimal24820220300.190.180.03358.776.6788.24
HexF8CACB0131231674d58
Octal370312313023223547115130
Binary111110001100101011001011010011100101110110011110011011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8CACB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8CACB; }

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

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

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

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

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

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

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

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