#F8CBCC

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

Shades of Azalea #F8CBCC

Tints of Azalea #F8CBCC

Color information

#F8CBCC (or 0xF8CBCC) is unknown color: approx Azalea. HEX triplet: F8, CB and CC. RGB value is (248,203,204). Sum of RGB (Red+Green+Blue) = 248+203+204=655 (86% of max value = 765). Red value is 248 (97.27% from 255 or 37.86% from 655); Green value is 203 (79.69% from 255 or 30.99% from 655); Blue value is 204 (80.08% from 255 or 31.15% from 655); Max value from RGB is 248 - color contains mainly: red. Hex color #F8CBCC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8CBCC is #073433. Grayscale: #D8D8D8. Windows color (decimal): -472116 or 13421560. OLE color: 13421560.

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

Color convert

RGB248203204-
CMYK00.180.180.03
HSL358.67º76.27%88.43%-
HSV(B)358.67º18.15%97.25%-
XYZ70.9767.0366.32-
YUV216.57120.91150.42-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 37.86%
GREEN value IS 203 (79.69% from 255) = 30.99%
BLUE value IS 204 (80.08% from 255) = 31.15%
R=37.86%
G=30.99%
B=31.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.18
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24820320400.180.180.03358.6776.2788.43
HexF8CBCC0121231674c58
Octal370313314022223547114130
Binary111110001100101111001100010010100101110110011110011001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8CBCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8CBCC; }

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

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

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

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

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

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

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

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