#F5CCCE

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

Shades of Azalea #F5CCCE

Tints of Azalea #F5CCCE

Color information

#F5CCCE (or 0xF5CCCE) is unknown color: approx Azalea. HEX triplet: F5, CC and CE. RGB value is (245,204,206). Sum of RGB (Red+Green+Blue) = 245+204+206=655 (86% of max value = 765). Red value is 245 (96.09% from 255 or 37.40% from 655); Green value is 204 (80.08% from 255 or 31.15% from 655); Blue value is 206 (80.86% from 255 or 31.45% from 655); Max value from RGB is 245 - color contains mainly: red. Hex color #F5CCCE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5CCCE is #0A3331. Grayscale: #D8D8D8. Windows color (decimal): -668466 or 13552885. OLE color: 13552885.

HSL color Cylindrical-coordinate representation of color #F5CCCE: hue angle of 357.07º degrees, saturation: 0.67, 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 #F5CCCE is Cyan = 0, Magento = 0.17, Yellow = 0.16 and Black (K on CMYK) = 0.04.

Color convert

RGB245204206-
CMYK00.170.160.04
HSL357.07º67.21%88.04%-
HSV(B)357.07º16.73%96.08%-
XYZ70.3967.0567.63-
YUV216.49122.08148.34-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 37.40%
GREEN value IS 204 (80.08% from 255) = 31.15%
BLUE value IS 206 (80.86% from 255) = 31.45%
R=37.40%
G=31.15%
B=31.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.16
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24520420600.170.160.04357.0767.2188.04
HexF5CCCE0111041654358
Octal365314316021204545103130
Binary1111010111001100110011100100011000010010110010110000111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5CCCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5CCCE; }

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

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

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

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

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

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

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

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