#FEC9CA

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

Shades of Azalea #FEC9CA

Tints of Azalea #FEC9CA

Color information

#FEC9CA (or 0xFEC9CA) is unknown color: approx Azalea. HEX triplet: FE, C9 and CA. RGB value is (254,201,202). Sum of RGB (Red+Green+Blue) = 254+201+202=657 (87% of max value = 765). Red value is 254 (99.61% from 255 or 38.66% from 657); Green value is 201 (78.91% from 255 or 30.59% from 657); Blue value is 202 (79.30% from 255 or 30.75% from 657); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC9CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEC9CA is #013635. Grayscale: #D9D9D9. Windows color (decimal): -79414 or 13289982. OLE color: 13289982.

HSL color Cylindrical-coordinate representation of color #FEC9CA: hue angle of 358.87º 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 #FEC9CA is Cyan = 0, Magento = 0.21, Yellow = 0.20 and Black (K on CMYK) = 0.00.

Color convert

RGB254201202-
CMYK00.210.200.00
HSL358.87º96.36%89.22%-
HSV(B)358.87º20.87%99.61%-
XYZ72.4267.1165.01-
YUV216.96119.56154.42-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 38.66%
GREEN value IS 201 (78.91% from 255) = 30.59%
BLUE value IS 202 (79.30% from 255) = 30.75%
R=38.66%
G=30.59%
B=30.75%

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
Decimal25420120200.210.200.00358.8796.3689.22
HexFEC9CA0151401676059
Octal376311312025240547140131
Binary11111110110010011100101001010110100010110011111000001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEC9CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEC9CA; }

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

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

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

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

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

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

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

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