#FECDA8

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

Shades of Peach #FECDA8

Tints of Peach #FECDA8

Color information

#FECDA8 (or 0xFECDA8) is unknown color: approx Peach. HEX triplet: FE, CD and A8. RGB value is (254,205,168). Sum of RGB (Red+Green+Blue) = 254+205+168=627 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.51% from 627); Green value is 205 (80.47% from 255 or 32.70% from 627); Blue value is 168 (66.02% from 255 or 26.79% from 627); Max value from RGB is 254 - color contains mainly: red. Hex color #FECDA8 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FECDA8 is #013257. Grayscale: #D7D7D7. Windows color (decimal): -78424 or 11062782. OLE color: 11062782.

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

Color convert

RGB254205168-
CMYK00.190.340.00
HSL25.81º97.73%82.75%-
HSV(B)25.81º33.86%99.61%-
XYZ69.7767.5646.41-
YUV215.43101.23155.51-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 40.51%
GREEN value IS 205 (80.47% from 255) = 32.70%
BLUE value IS 168 (66.02% from 255) = 26.79%
R=40.51%
G=32.70%
B=26.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.34
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25420516800.190.340.0025.8197.7382.75
HexFECDA80132201a6253
Octal37631525002342032142123
Binary11111110110011011010100001001110001001101011000101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FECDA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FECDA8; }

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

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

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

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

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

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

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

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