#FED8BB

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

Shades of Peach Puff #FED8BB

Tints of Peach Puff #FED8BB

Color information

#FED8BB (or 0xFED8BB) is unknown color: approx Peach Puff. HEX triplet: FE, D8 and BB. RGB value is (254,216,187). Sum of RGB (Red+Green+Blue) = 254+216+187=657 (87% of max value = 765). Red value is 254 (99.61% from 255 or 38.66% from 657); Green value is 216 (84.77% from 255 or 32.88% from 657); Blue value is 187 (73.44% from 255 or 28.46% from 657); Max value from RGB is 254 - color contains mainly: red. Hex color #FED8BB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FED8BB is #012744. Grayscale: #E0E0E0. Windows color (decimal): -75589 or 12310782. OLE color: 12310782.

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

Color convert

RGB254216187-
CMYK00.150.260.00
HSL25.97º97.1%86.47%-
HSV(B)25.97º26.38%99.61%-
XYZ74.473.7757.33-
YUV224.06107.09149.36-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 38.66%
GREEN value IS 216 (84.77% from 255) = 32.88%
BLUE value IS 187 (73.44% from 255) = 28.46%
R=38.66%
G=32.88%
B=28.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.26
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25421618700.150.260.0025.9797.186.47
HexFED8BB0F1A01a6156
Octal37633027301732032141126
Binary111111101101100010111011011111101001101011000011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FED8BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FED8BB; }

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

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

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

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

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

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

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

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