#FED5B9

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

Shades of Peach Puff #FED5B9

Tints of Peach Puff #FED5B9

Color information

#FED5B9 (or 0xFED5B9) is unknown color: approx Peach Puff. HEX triplet: FE, D5 and B9. RGB value is (254,213,185). Sum of RGB (Red+Green+Blue) = 254+213+185=652 (86% of max value = 765). Red value is 254 (99.61% from 255 or 38.96% from 652); Green value is 213 (83.59% from 255 or 32.67% from 652); Blue value is 185 (72.66% from 255 or 28.37% from 652); Max value from RGB is 254 - color contains mainly: red. Hex color #FED5B9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FED5B9 is #012A46. Grayscale: #DEDEDE. Windows color (decimal): -76359 or 12178942. OLE color: 12178942.

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

Color convert

RGB254213185-
CMYK00.160.270.00
HSL24.35º97.18%86.08%-
HSV(B)24.35º27.17%99.61%-
XYZ73.4272.1655.96-
YUV222.07107.08150.78-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 38.96%
GREEN value IS 213 (83.59% from 255) = 32.67%
BLUE value IS 185 (72.66% from 255) = 28.37%
R=38.96%
G=32.67%
B=28.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.27
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25421318500.160.270.0024.3597.1886.08
HexFED5B90101B0186156
Octal37632527102033030141126
Binary1111111011010101101110010100001101101100011000011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FED5B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FED5B9; }

 p { color: rgb(254,213,185); }

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

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

 a { background-color: rgb(254,213,185); }

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

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

 span { border-color: rgb(254,213,185); }

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