#FEC6CA

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

Shades of Azalea #FEC6CA

Tints of Azalea #FEC6CA

Color information

#FEC6CA (or 0xFEC6CA) is unknown color: approx Azalea. HEX triplet: FE, C6 and CA. RGB value is (254,198,202). Sum of RGB (Red+Green+Blue) = 254+198+202=654 (86% of max value = 765). Red value is 254 (99.61% from 255 or 38.84% from 654); Green value is 198 (77.73% from 255 or 30.28% from 654); Blue value is 202 (79.30% from 255 or 30.89% from 654); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC6CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEC6CA is #013935. Grayscale: #D7D7D7. Windows color (decimal): -80182 or 13289214. OLE color: 13289214.

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

Color convert

RGB254198202-
CMYK00.220.200.00
HSL355.71º96.55%88.63%-
HSV(B)355.71º22.05%99.61%-
XYZ71.7365.7264.78-
YUV215.2120.55155.67-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 38.84%
GREEN value IS 198 (77.73% from 255) = 30.28%
BLUE value IS 202 (79.30% from 255) = 30.89%
R=38.84%
G=30.28%
B=30.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.20
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25419820200.220.200.00355.7196.5588.63
HexFEC6CA0161401646159
Octal376306312026240544141131
Binary11111110110001101100101001011010100010110010011000011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEC6CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEC6CA; }

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

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

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

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

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

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

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

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