#FEC7C9

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

Shades of Azalea #FEC7C9

Tints of Azalea #FEC7C9

Color information

#FEC7C9 (or 0xFEC7C9) is unknown color: approx Azalea. HEX triplet: FE, C7 and C9. RGB value is (254,199,201). Sum of RGB (Red+Green+Blue) = 254+199+201=654 (86% of max value = 765). Red value is 254 (99.61% from 255 or 38.84% from 654); Green value is 199 (78.12% from 255 or 30.43% from 654); Blue value is 201 (78.91% from 255 or 30.73% from 654); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC7C9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEC7C9 is #013836. Grayscale: #D7D7D7. Windows color (decimal): -79927 or 13223934. OLE color: 13223934.

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

Color convert

RGB254199201-
CMYK00.220.210.00
HSL357.82º96.49%88.82%-
HSV(B)357.82º21.65%99.61%-
XYZ71.8466.1364.24-
YUV215.67119.72155.34-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 38.84%
GREEN value IS 199 (78.12% from 255) = 30.43%
BLUE value IS 201 (78.91% from 255) = 30.73%
R=38.84%
G=30.43%
B=30.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.21
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25419920100.220.210.00357.8296.4988.82
HexFEC7C90161501666059
Octal376307311026250546140131
Binary11111110110001111100100101011010101010110011011000001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEC7C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEC7C9; }

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

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

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

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

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

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

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

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