#F9DABD

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

Shades of Peach Puff #F9DABD

Tints of Peach Puff #F9DABD

Color information

#F9DABD (or 0xF9DABD) is unknown color: approx Peach Puff. HEX triplet: F9, DA and BD. RGB value is (249,218,189). Sum of RGB (Red+Green+Blue) = 249+218+189=656 (86% of max value = 765). Red value is 249 (97.66% from 255 or 37.96% from 656); Green value is 218 (85.55% from 255 or 33.23% from 656); Blue value is 189 (74.22% from 255 or 28.81% from 656); Max value from RGB is 249 - color contains mainly: red. Hex color #F9DABD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9DABD is #062542. Grayscale: #E0E0E0. Windows color (decimal): -402755 or 12442361. OLE color: 12442361.

HSL color Cylindrical-coordinate representation of color #F9DABD: hue angle of 29º degrees, saturation: 0.83, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #F9DABD is Cyan = 0, Magento = 0.12, Yellow = 0.24 and Black (K on CMYK) = 0.02.

Color convert

RGB249218189-
CMYK00.120.240.02
HSL29º83.33%85.88%-
HSV(B)29º24.1%97.65%-
XYZ73.3273.9658.55-
YUV223.96108.27145.86-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 37.96%
GREEN value IS 218 (85.55% from 255) = 33.23%
BLUE value IS 189 (74.22% from 255) = 28.81%
R=37.96%
G=33.23%
B=28.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.24
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24921818900.120.240.022983.3385.88
HexF9DABD0C1821d5356
Octal37133227501430235123126
Binary1111100111011010101111010110011000101110110100111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9DABD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9DABD; }

 p { color: rgb(249,218,189); }

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

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

 a { background-color: rgb(249,218,189); }

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

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

 span { border-color: rgb(249,218,189); }

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