#FCC9CB

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

Shades of Azalea #FCC9CB

Tints of Azalea #FCC9CB

Color information

#FCC9CB (or 0xFCC9CB) is unknown color: approx Azalea. HEX triplet: FC, C9 and CB. RGB value is (252,201,203). Sum of RGB (Red+Green+Blue) = 252+201+203=656 (86% of max value = 765). Red value is 252 (98.83% from 255 or 38.41% from 656); Green value is 201 (78.91% from 255 or 30.64% from 656); Blue value is 203 (79.69% from 255 or 30.95% from 656); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC9CB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCC9CB is #033634. Grayscale: #D8D8D8. Windows color (decimal): -210485 or 13355516. OLE color: 13355516.

HSL color Cylindrical-coordinate representation of color #FCC9CB: hue angle of 357.65º degrees, saturation: 0.89, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #FCC9CB is Cyan = 0, Magento = 0.20, Yellow = 0.19 and Black (K on CMYK) = 0.01.

Color convert

RGB252201203-
CMYK00.200.190.01
HSL357.65º89.47%88.82%-
HSV(B)357.65º20.24%98.82%-
XYZ71.8166.7865.6-
YUV216.48120.4153.34-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 38.41%
GREEN value IS 201 (78.91% from 255) = 30.64%
BLUE value IS 203 (79.69% from 255) = 30.95%
R=38.41%
G=30.64%
B=30.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.19
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25220120300.200.190.01357.6589.4788.82
HexFCC9CB0141311665959
Octal374311313024231546131131
Binary11111100110010011100101101010010011110110011010110011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCC9CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCC9CB; }

 p { color: rgb(252,201,203); }

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

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

 a { background-color: rgb(252,201,203); }

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

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

 span { border-color: rgb(252,201,203); }

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