#FEC4C5

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

Shades of Azalea #FEC4C5

Tints of Azalea #FEC4C5

Color information

#FEC4C5 (or 0xFEC4C5) is unknown color: approx Azalea. HEX triplet: FE, C4 and C5. RGB value is (254,196,197). Sum of RGB (Red+Green+Blue) = 254+196+197=647 (85% of max value = 765). Red value is 254 (99.61% from 255 or 39.26% from 647); Green value is 196 (76.95% from 255 or 30.29% from 647); Blue value is 197 (77.34% from 255 or 30.45% from 647); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC4C5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEC4C5 is #013B3A. Grayscale: #D5D5D5. Windows color (decimal): -80699 or 12961022. OLE color: 12961022.

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

Color convert

RGB254196197-
CMYK00.230.220.00
HSL358.97º96.67%88.24%-
HSV(B)358.97º22.83%99.61%-
XYZ70.6964.5861.56-
YUV213.46118.72156.92-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 39.26%
GREEN value IS 196 (76.95% from 255) = 30.29%
BLUE value IS 197 (77.34% from 255) = 30.45%
R=39.26%
G=30.29%
B=30.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.22
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25419619700.230.220.00358.9796.6788.24
HexFEC4C50171601676158
Octal376304305027260547141130
Binary11111110110001001100010101011110110010110011111000011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEC4C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEC4C5; }

 p { color: rgb(254,196,197); }

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

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

 a { background-color: rgb(254,196,197); }

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

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

 span { border-color: rgb(254,196,197); }

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