#FED9B8

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

Shades of Peach Puff #FED9B8

Tints of Peach Puff #FED9B8

Color information

#FED9B8 (or 0xFED9B8) is unknown color: approx Peach Puff. HEX triplet: FE, D9 and B8. RGB value is (254,217,184). Sum of RGB (Red+Green+Blue) = 254+217+184=655 (86% of max value = 765). Red value is 254 (99.61% from 255 or 38.78% from 655); Green value is 217 (85.16% from 255 or 33.13% from 655); Blue value is 184 (72.27% from 255 or 28.09% from 655); Max value from RGB is 254 - color contains mainly: red. Hex color #FED9B8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FED9B8 is #012647. Grayscale: #E0E0E0. Windows color (decimal): -75336 or 12114430. OLE color: 12114430.

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

Color convert

RGB254217184-
CMYK00.150.280.00
HSL28.29º97.22%85.88%-
HSV(B)28.29º27.56%99.61%-
XYZ74.3474.1655.74-
YUV224.3105.26149.18-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 38.78%
GREEN value IS 217 (85.16% from 255) = 33.13%
BLUE value IS 184 (72.27% from 255) = 28.09%
R=38.78%
G=33.13%
B=28.09%

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
Decimal25421718400.150.280.0028.2997.2285.88
HexFED9B80F1C01c6156
Octal37633127001734034141126
Binary111111101101100110111000011111110001110011000011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FED9B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FED9B8; }

 p { color: rgb(254,217,184); }

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

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

 a { background-color: rgb(254,217,184); }

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

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

 span { border-color: rgb(254,217,184); }

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