#F9C8CC

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

Shades of Azalea #F9C8CC

Tints of Azalea #F9C8CC

Color information

#F9C8CC (or 0xF9C8CC) is unknown color: approx Azalea. HEX triplet: F9, C8 and CC. RGB value is (249,200,204). Sum of RGB (Red+Green+Blue) = 249+200+204=653 (86% of max value = 765). Red value is 249 (97.66% from 255 or 38.13% from 653); Green value is 200 (78.52% from 255 or 30.63% from 653); Blue value is 204 (80.08% from 255 or 31.24% from 653); Max value from RGB is 249 - color contains mainly: red. Hex color #F9C8CC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9C8CC is #063733. Grayscale: #D7D7D7. Windows color (decimal): -407348 or 13420793. OLE color: 13420793.

HSL color Cylindrical-coordinate representation of color #F9C8CC: hue angle of 355.1º degrees, saturation: 0.8, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #F9C8CC is Cyan = 0, Magento = 0.20, Yellow = 0.18 and Black (K on CMYK) = 0.02.

Color convert

RGB249200204-
CMYK00.200.180.02
HSL355.1º80.33%88.04%-
HSV(B)355.1º19.68%97.65%-
XYZ70.6265.8166.11-
YUV215.11121.73152.17-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 38.13%
GREEN value IS 200 (78.52% from 255) = 30.63%
BLUE value IS 204 (80.08% from 255) = 31.24%
R=38.13%
G=30.63%
B=31.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.18
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24920020400.200.180.02355.180.3388.04
HexF9C8CC0141221635058
Octal371310314024222543120130
Binary111110011100100011001100010100100101010110001110100001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9C8CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9C8CC; }

 p { color: rgb(249,200,204); }

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

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

 a { background-color: rgb(249,200,204); }

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

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

 span { border-color: rgb(249,200,204); }

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