#FEC9CB

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

Shades of Azalea #FEC9CB

Tints of Azalea #FEC9CB

Color information

#FEC9CB (or 0xFEC9CB) is unknown color: approx Azalea. HEX triplet: FE, C9 and CB. RGB value is (254,201,203). Sum of RGB (Red+Green+Blue) = 254+201+203=658 (87% of max value = 765). Red value is 254 (99.61% from 255 or 38.60% from 658); Green value is 201 (78.91% from 255 or 30.55% from 658); Blue value is 203 (79.69% from 255 or 30.85% from 658); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC9CB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEC9CB is #013634. Grayscale: #D9D9D9. Windows color (decimal): -79413 or 13355518. OLE color: 13355518.

HSL color Cylindrical-coordinate representation of color #FEC9CB: hue angle of 357.74º degrees, saturation: 0.96, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #FEC9CB is Cyan = 0, Magento = 0.21, Yellow = 0.20 and Black (K on CMYK) = 0.00.

Color convert

RGB254201203-
CMYK00.210.200.00
HSL357.74º96.36%89.22%-
HSV(B)357.74º20.87%99.61%-
XYZ72.5467.1665.64-
YUV217.08120.06154.34-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 38.60%
GREEN value IS 201 (78.91% from 255) = 30.55%
BLUE value IS 203 (79.69% from 255) = 30.85%
R=38.60%
G=30.55%
B=30.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.20
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25420120300.210.200.00357.7496.3689.22
HexFEC9CB0151401666059
Octal376311313025240546140131
Binary11111110110010011100101101010110100010110011011000001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEC9CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEC9CB; }

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

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

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

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

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

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

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

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