#F5CBCC

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

Shades of Azalea #F5CBCC

Tints of Azalea #F5CBCC

Color information

#F5CBCC (or 0xF5CBCC) is unknown color: approx Azalea. HEX triplet: F5, CB and CC. RGB value is (245,203,204). Sum of RGB (Red+Green+Blue) = 245+203+204=652 (86% of max value = 765). Red value is 245 (96.09% from 255 or 37.58% from 652); Green value is 203 (79.69% from 255 or 31.13% from 652); Blue value is 204 (80.08% from 255 or 31.29% from 652); Max value from RGB is 245 - color contains mainly: red. Hex color #F5CBCC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5CBCC is #0A3433. Grayscale: #D7D7D7. Windows color (decimal): -668724 or 13421557. OLE color: 13421557.

HSL color Cylindrical-coordinate representation of color #F5CBCC: hue angle of 358.57º degrees, saturation: 0.68, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #F5CBCC is Cyan = 0, Magento = 0.17, Yellow = 0.17 and Black (K on CMYK) = 0.04.

Color convert

RGB245203204-
CMYK00.170.170.04
HSL358.57º67.74%87.84%-
HSV(B)358.57º17.14%96.08%-
XYZ69.9166.4866.27-
YUV215.67121.41148.92-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 37.58%
GREEN value IS 203 (79.69% from 255) = 31.13%
BLUE value IS 204 (80.08% from 255) = 31.29%
R=37.58%
G=31.13%
B=31.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.17
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24520320400.170.170.04358.5767.7487.84
HexF5CBCC0111141674458
Octal365313314021214547104130
Binary1111010111001011110011000100011000110010110011110001001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5CBCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5CBCC; }

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

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

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

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

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

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

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

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