#F5C9CC

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

Shades of Azalea #F5C9CC

Tints of Azalea #F5C9CC

Color information

#F5C9CC (or 0xF5C9CC) is unknown color: approx Azalea. HEX triplet: F5, C9 and CC. RGB value is (245,201,204). Sum of RGB (Red+Green+Blue) = 245+201+204=650 (86% of max value = 765). Red value is 245 (96.09% from 255 or 37.69% from 650); Green value is 201 (78.91% from 255 or 30.92% from 650); Blue value is 204 (80.08% from 255 or 31.38% from 650); Max value from RGB is 245 - color contains mainly: red. Hex color #F5C9CC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5C9CC is #0A3633. Grayscale: #D6D6D6. Windows color (decimal): -669236 or 13421045. OLE color: 13421045.

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

Color convert

RGB245201204-
CMYK00.180.170.04
HSL355.91º68.75%87.45%-
HSV(B)355.91º17.96%96.08%-
XYZ69.4465.5566.12-
YUV214.5122.08149.76-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 37.69%
GREEN value IS 201 (78.91% from 255) = 30.92%
BLUE value IS 204 (80.08% from 255) = 31.38%
R=37.69%
G=30.92%
B=31.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.17
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24520120400.180.170.04355.9168.7587.45
HexF5C9CC0121141644557
Octal365311314022214544105127
Binary1111010111001001110011000100101000110010110010010001011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5C9CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5C9CC; }

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

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

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

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

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

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

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

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