#FEC7CA

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

Shades of Azalea #FEC7CA

Tints of Azalea #FEC7CA

Color information

#FEC7CA (or 0xFEC7CA) is unknown color: approx Azalea. HEX triplet: FE, C7 and CA. RGB value is (254,199,202). Sum of RGB (Red+Green+Blue) = 254+199+202=655 (86% of max value = 765). Red value is 254 (99.61% from 255 or 38.78% from 655); Green value is 199 (78.12% from 255 or 30.38% from 655); Blue value is 202 (79.30% from 255 or 30.84% from 655); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC7CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEC7CA is #013835. Grayscale: #D7D7D7. Windows color (decimal): -79926 or 13289470. OLE color: 13289470.

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

Color convert

RGB254199202-
CMYK00.220.200.00
HSL356.73º96.49%88.82%-
HSV(B)356.73º21.65%99.61%-
XYZ71.9666.1864.86-
YUV215.79120.22155.26-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 38.78%
GREEN value IS 199 (78.12% from 255) = 30.38%
BLUE value IS 202 (79.30% from 255) = 30.84%
R=38.78%
G=30.38%
B=30.84%

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
Decimal25419920200.220.200.00356.7396.4988.82
HexFEC7CA0161401656059
Octal376307312026240545140131
Binary11111110110001111100101001011010100010110010111000001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEC7CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEC7CA; }

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

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

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

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

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

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

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

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