#FED8B7

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

Shades of Peach Puff #FED8B7

Tints of Peach Puff #FED8B7

Color information

#FED8B7 (or 0xFED8B7) is unknown color: approx Peach Puff. HEX triplet: FE, D8 and B7. RGB value is (254,216,183). Sum of RGB (Red+Green+Blue) = 254+216+183=653 (86% of max value = 765). Red value is 254 (99.61% from 255 or 38.90% from 653); Green value is 216 (84.77% from 255 or 33.08% from 653); Blue value is 183 (71.88% from 255 or 28.02% from 653); Max value from RGB is 254 - color contains mainly: red. Hex color #FED8B7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FED8B7 is #012748. Grayscale: #DFDFDF. Windows color (decimal): -75593 or 12048638. OLE color: 12048638.

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

Color convert

RGB254216183-
CMYK00.150.280.00
HSL27.89º97.26%85.69%-
HSV(B)27.89º27.95%99.61%-
XYZ73.9873.655.11-
YUV223.6105.09149.68-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 38.90%
GREEN value IS 216 (84.77% from 255) = 33.08%
BLUE value IS 183 (71.88% from 255) = 28.02%
R=38.90%
G=33.08%
B=28.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.28
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25421618300.150.280.0027.8997.2685.69
HexFED8B70F1C01c6156
Octal37633026701734034141126
Binary111111101101100010110111011111110001110011000011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FED8B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FED8B7; }

 p { color: rgb(254,216,183); }

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

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

 a { background-color: rgb(254,216,183); }

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

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

 span { border-color: rgb(254,216,183); }

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