#FECAA8

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

Shades of Peach #FECAA8

Tints of Peach #FECAA8

Color information

#FECAA8 (or 0xFECAA8) is unknown color: approx Peach. HEX triplet: FE, CA and A8. RGB value is (254,202,168). Sum of RGB (Red+Green+Blue) = 254+202+168=624 (82% of max value = 765). Red value is 254 (99.61% from 255 or 40.71% from 624); Green value is 202 (79.30% from 255 or 32.37% from 624); Blue value is 168 (66.02% from 255 or 26.92% from 624); Max value from RGB is 254 - color contains mainly: red. Hex color #FECAA8 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FECAA8 is #013557. Grayscale: #D5D5D5. Windows color (decimal): -79192 or 11062014. OLE color: 11062014.

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

Color convert

RGB254202168-
CMYK00.200.340.00
HSL23.72º97.73%82.75%-
HSV(B)23.72º33.86%99.61%-
XYZ69.0666.1446.17-
YUV213.67102.23156.76-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 40.71%
GREEN value IS 202 (79.30% from 255) = 32.37%
BLUE value IS 168 (66.02% from 255) = 26.92%
R=40.71%
G=32.37%
B=26.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.34
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25420216800.200.340.0023.7297.7382.75
HexFECAA8014220186253
Octal37631225002442030142123
Binary11111110110010101010100001010010001001100011000101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FECAA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FECAA8; }

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

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

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

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

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

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

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

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