#FEC8CA

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

Shades of Azalea #FEC8CA

Tints of Azalea #FEC8CA

Color information

#FEC8CA (or 0xFEC8CA) is unknown color: approx Azalea. HEX triplet: FE, C8 and CA. RGB value is (254,200,202). Sum of RGB (Red+Green+Blue) = 254+200+202=656 (86% of max value = 765). Red value is 254 (99.61% from 255 or 38.72% from 656); Green value is 200 (78.52% from 255 or 30.49% from 656); Blue value is 202 (79.30% from 255 or 30.79% from 656); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC8CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEC8CA is #013735. Grayscale: #D8D8D8. Windows color (decimal): -79670 or 13289726. OLE color: 13289726.

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

Color convert

RGB254200202-
CMYK00.210.200.00
HSL357.78º96.43%89.02%-
HSV(B)357.78º21.26%99.61%-
XYZ72.1966.6464.94-
YUV216.37119.89154.84-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 38.72%
GREEN value IS 200 (78.52% from 255) = 30.49%
BLUE value IS 202 (79.30% from 255) = 30.79%
R=38.72%
G=30.49%
B=30.79%

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
Decimal25420020200.210.200.00357.7896.4389.02
HexFEC8CA0151401666059
Octal376310312025240546140131
Binary11111110110010001100101001010110100010110011011000001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEC8CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEC8CA; }

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

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

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

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

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

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

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

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