Shades of Peach Puff #FADBBD
Tints of Peach Puff #FADBBD
RGB
CMYK
RGB Variations
Color information
#FADBBD (or 0xFADBBD) is known color: Peach Puff. HEX triplet: FA, DB and BD. RGB value is (250,219,189). Sum of RGB (Red+Green+Blue) = 250+219+189=658 (87% of max value = 765). Red value is 250 (98.05% from 255 or 37.99% from 658); Green value is 219 (85.94% from 255 or 33.28% from 658); Blue value is 189 (74.22% from 255 or 28.72% from 658); Max value from RGB is 250 - color contains mainly: red. Hex color #FADBBD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FADBBD is #052442. Grayscale: #E0E0E0. Windows color (decimal): -336963 or 12442618. OLE color: 12442618.
HSL color Cylindrical-coordinate representation of color #FADBBD: hue angle of 29.51º degrees, saturation: 0.86, 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 #FADBBD is Cyan = 0, Magento = 0.12, Yellow = 0.24 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 219 | 189 | - |
| CMYK | 0 | 0.12 | 0.24 | 0.02 |
| HSL | 29.51º | 0.86% | 0.86% | - |
| HSV(B) | 29.51º | 0.24% | 0.98% | - |
| XYZ | 73.94 | 74.66 | 58.66 | - |
| YUV | 224.85 | 107.77 | 145.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 219 | 189 | 0 | 0.12 | 0.24 | 0.02 | 29.51 | 0.86 | 0.86 |
| Hex | FA | DB | BD | 0 | C | 18 | 2 | 1E | 56 | 56 |
| Octal | 372 | 333 | 275 | 0 | 14 | 30 | 2 | 36 | 126 | 126 |
| Binary | 11111010 | 11011011 | 10111101 | 0 | 1100 | 11000 | 10 | 11110 | 1010110 | 1010110 |
Color Harmonies of #FADBBD
Complementary color
Monochromatic Colors of #FADBBD
Black with #FADBBD
Text Example
Text Example
White with #FADBBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FADBBD; }
p { color: rgb(250,219,189); }
H1.HeaderClassName
{
color: #FADBBD;
}
.AnyTagClassName
{
color: #FADBBD;
}
</style>
background-color css
<style>
a { background-color: #FADBBD; }
a { background-color: rgb(250,219,189); }
div.DivClassName
{
background-color: #FADBBD;
}
.BgClassName
{
background-color: #FADBBD;
}
</style>
border-color css
<style>
span { border-color: #FADBBD; }
span { border-color: rgb(250,219,189); }
td.TdClassName
{
border-color: #FADBBD;
}
.TagClassName
{
border-color: #FADBBD;
}
</style>