Shades of Peach Puff #FBDABA
Tints of Peach Puff #FBDABA
RGB
CMYK
RGB Variations
Color information
#FBDABA (or 0xFBDABA) is known color: Peach Puff. HEX triplet: FB, DA and BA. RGB value is (251,218,186). Sum of RGB (Red+Green+Blue) = 251+218+186=655 (86% of max value = 765). Red value is 251 (98.44% from 255 or 38.32% from 655); Green value is 218 (85.55% from 255 or 33.28% from 655); Blue value is 186 (73.05% from 255 or 28.40% from 655); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDABA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBDABA is #042545. Grayscale: #E0E0E0. Windows color (decimal): -271686 or 12245755. OLE color: 12245755.
HSL color Cylindrical-coordinate representation of color #FBDABA: hue angle of 29.54º degrees, saturation: 0.89, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #FBDABA is Cyan = 0, Magento = 0.13, Yellow = 0.26 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 218 | 186 | - |
| CMYK | 0 | 0.13 | 0.26 | 0.02 |
| HSL | 29.54º | 0.89% | 0.86% | - |
| HSV(B) | 29.54º | 0.26% | 0.98% | - |
| XYZ | 73.72 | 74.2 | 56.89 | - |
| YUV | 224.22 | 106.43 | 147.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 218 | 186 | 0 | 0.13 | 0.26 | 0.02 | 29.54 | 0.89 | 0.86 |
| Hex | FB | DA | BA | 0 | D | 1A | 2 | 1E | 59 | 56 |
| Octal | 373 | 332 | 272 | 0 | 15 | 32 | 2 | 36 | 131 | 126 |
| Binary | 11111011 | 11011010 | 10111010 | 0 | 1101 | 11010 | 10 | 11110 | 1011001 | 1010110 |
Color Harmonies of #FBDABA
Complementary color
Monochromatic Colors of #FBDABA
Black with #FBDABA
Text Example
Text Example
White with #FBDABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBDABA; }
p { color: rgb(251,218,186); }
H1.HeaderClassName
{
color: #FBDABA;
}
.AnyTagClassName
{
color: #FBDABA;
}
</style>
background-color css
<style>
a { background-color: #FBDABA; }
a { background-color: rgb(251,218,186); }
div.DivClassName
{
background-color: #FBDABA;
}
.BgClassName
{
background-color: #FBDABA;
}
</style>
border-color css
<style>
span { border-color: #FBDABA; }
span { border-color: rgb(251,218,186); }
td.TdClassName
{
border-color: #FBDABA;
}
.TagClassName
{
border-color: #FBDABA;
}
</style>