Shades of Peach Puff #F9DBBD
Tints of Peach Puff #F9DBBD
RGB
CMYK
RGB Variations
Color information
#F9DBBD (or 0xF9DBBD) is known color: Peach Puff. HEX triplet: F9, DB and BD. RGB value is (249,219,189). Sum of RGB (Red+Green+Blue) = 249+219+189=657 (87% of max value = 765). Red value is 249 (97.66% from 255 or 37.90% from 657); Green value is 219 (85.94% from 255 or 33.33% from 657); Blue value is 189 (74.22% from 255 or 28.77% from 657); Max value from RGB is 249 - color contains mainly: red. Hex color #F9DBBD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9DBBD is #062442. Grayscale: #E0E0E0. Windows color (decimal): -402499 or 12442617. OLE color: 12442617.
HSL color Cylindrical-coordinate representation of color #F9DBBD: hue angle of 30º 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 #F9DBBD is Cyan = 0, Magento = 0.12, Yellow = 0.24 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 219 | 189 | - |
| CMYK | 0 | 0.12 | 0.24 | 0.02 |
| HSL | 30º | 0.83% | 0.86% | - |
| HSV(B) | 30º | 0.24% | 0.98% | - |
| XYZ | 73.58 | 74.48 | 58.64 | - |
| YUV | 224.55 | 107.94 | 145.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 219 | 189 | 0 | 0.12 | 0.24 | 0.02 | 30 | 0.83 | 0.86 |
| Hex | F9 | DB | BD | 0 | C | 18 | 2 | 1E | 53 | 56 |
| Octal | 371 | 333 | 275 | 0 | 14 | 30 | 2 | 36 | 123 | 126 |
| Binary | 11111001 | 11011011 | 10111101 | 0 | 1100 | 11000 | 10 | 11110 | 1010011 | 1010110 |
Color Harmonies of #F9DBBD
Complementary color
Monochromatic Colors of #F9DBBD
Black with #F9DBBD
Text Example
Text Example
White with #F9DBBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9DBBD; }
p { color: rgb(249,219,189); }
H1.HeaderClassName
{
color: #F9DBBD;
}
.AnyTagClassName
{
color: #F9DBBD;
}
</style>
background-color css
<style>
a { background-color: #F9DBBD; }
a { background-color: rgb(249,219,189); }
div.DivClassName
{
background-color: #F9DBBD;
}
.BgClassName
{
background-color: #F9DBBD;
}
</style>
border-color css
<style>
span { border-color: #F9DBBD; }
span { border-color: rgb(249,219,189); }
td.TdClassName
{
border-color: #F9DBBD;
}
.TagClassName
{
border-color: #F9DBBD;
}
</style>