#FEC4C8

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

Shades of Azalea #FEC4C8

Tints of Azalea #FEC4C8

Color information

#FEC4C8 (or 0xFEC4C8) is unknown color: approx Azalea. HEX triplet: FE, C4 and C8. RGB value is (254,196,200). Sum of RGB (Red+Green+Blue) = 254+196+200=650 (86% of max value = 765). Red value is 254 (99.61% from 255 or 39.08% from 650); Green value is 196 (76.95% from 255 or 30.15% from 650); Blue value is 200 (78.52% from 255 or 30.77% from 650); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC4C8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEC4C8 is #013B37. Grayscale: #D5D5D5. Windows color (decimal): -80696 or 13157630. OLE color: 13157630.

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

Color convert

RGB254196200-
CMYK00.230.210.00
HSL355.86º96.67%88.24%-
HSV(B)355.86º22.83%99.61%-
XYZ71.0464.7263.39-
YUV213.8120.22156.67-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 39.08%
GREEN value IS 196 (76.95% from 255) = 30.15%
BLUE value IS 200 (78.52% from 255) = 30.77%
R=39.08%
G=30.15%
B=30.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.21
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25419620000.230.210.00355.8696.6788.24
HexFEC4C80171501646158
Octal376304310027250544141130
Binary11111110110001001100100001011110101010110010011000011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEC4C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEC4C8; }

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

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

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

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

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

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

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

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