#FED5B6

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

Shades of Peach Puff #FED5B6

Tints of Peach Puff #FED5B6

Color information

#FED5B6 (or 0xFED5B6) is unknown color: approx Peach Puff. HEX triplet: FE, D5 and B6. RGB value is (254,213,182). Sum of RGB (Red+Green+Blue) = 254+213+182=649 (85% of max value = 765). Red value is 254 (99.61% from 255 or 39.14% from 649); Green value is 213 (83.59% from 255 or 32.82% from 649); Blue value is 182 (71.48% from 255 or 28.04% from 649); Max value from RGB is 254 - color contains mainly: red. Hex color #FED5B6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FED5B6 is #012A49. Grayscale: #DDDDDD. Windows color (decimal): -76362 or 11982334. OLE color: 11982334.

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

Color convert

RGB254213182-
CMYK00.160.280.00
HSL25.83º97.3%85.49%-
HSV(B)25.83º28.35%99.61%-
XYZ73.1172.0454.31-
YUV221.72105.58151.02-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 39.14%
GREEN value IS 213 (83.59% from 255) = 32.82%
BLUE value IS 182 (71.48% from 255) = 28.04%
R=39.14%
G=32.82%
B=28.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.28
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25421318200.160.280.0025.8397.385.49
HexFED5B60101C01a6155
Octal37632526602034032141125
Binary1111111011010101101101100100001110001101011000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FED5B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FED5B6; }

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

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

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

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

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

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

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

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