#FEDEBD

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

Shades of Peach Puff #FEDEBD

Tints of Peach Puff #FEDEBD

Color information

#FEDEBD (or 0xFEDEBD) is unknown color: approx Peach Puff. HEX triplet: FE, DE and BD. RGB value is (254,222,189). Sum of RGB (Red+Green+Blue) = 254+222+189=665 (88% of max value = 765). Red value is 254 (99.61% from 255 or 38.20% from 665); Green value is 222 (87.11% from 255 or 33.38% from 665); Blue value is 189 (74.22% from 255 or 28.42% from 665); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDEBD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEDEBD is #012142. Grayscale: #E3E3E3. Windows color (decimal): -74051 or 12443390. OLE color: 12443390.

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

Color convert

RGB254222189-
CMYK00.130.260.00
HSL30.46º97.01%86.86%-
HSV(B)30.46º25.59%99.61%-
XYZ76.1876.9958.99-
YUV227.81106.1146.68-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 38.20%
GREEN value IS 222 (87.11% from 255) = 33.38%
BLUE value IS 189 (74.22% from 255) = 28.42%
R=38.20%
G=33.38%
B=28.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.26
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25422218900.130.260.0030.4697.0186.86
HexFEDEBD0D1A01e6157
Octal37633627501532036141127
Binary111111101101111010111101011011101001111011000011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEDEBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEDEBD; }

 p { color: rgb(254,222,189); }

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

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

 a { background-color: rgb(254,222,189); }

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

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

 span { border-color: rgb(254,222,189); }

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