#FEDBB9

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

Shades of Peach Puff #FEDBB9

Tints of Peach Puff #FEDBB9

Color information

#FEDBB9 (or 0xFEDBB9) is unknown color: approx Peach Puff. HEX triplet: FE, DB and B9. RGB value is (254,219,185). Sum of RGB (Red+Green+Blue) = 254+219+185=658 (87% of max value = 765). Red value is 254 (99.61% from 255 or 38.60% from 658); Green value is 219 (85.94% from 255 or 33.28% from 658); Blue value is 185 (72.66% from 255 or 28.12% from 658); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDBB9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEDBB9 is #012446. Grayscale: #E1E1E1. Windows color (decimal): -74823 or 12180478. OLE color: 12180478.

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

Color convert

RGB254219185-
CMYK00.140.270.00
HSL29.57º97.18%86.08%-
HSV(B)29.57º27.17%99.61%-
XYZ74.9675.2456.47-
YUV225.59105.1148.26-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 38.60%
GREEN value IS 219 (85.94% from 255) = 33.28%
BLUE value IS 185 (72.66% from 255) = 28.12%
R=38.60%
G=33.28%
B=28.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.27
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25421918500.140.270.0029.5797.1886.08
HexFEDBB90E1B01e6156
Octal37633327101633036141126
Binary111111101101101110111001011101101101111011000011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEDBB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEDBB9; }

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

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

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

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

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

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

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

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