Shades of Peach Puff #FBDBBC
Tints of Peach Puff #FBDBBC
RGB
CMYK
RGB Variations
Color information
#FBDBBC (or 0xFBDBBC) is known color: Peach Puff. HEX triplet: FB, DB and BC. RGB value is (251,219,188). Sum of RGB (Red+Green+Blue) = 251+219+188=658 (87% of max value = 765). Red value is 251 (98.44% from 255 or 38.15% from 658); Green value is 219 (85.94% from 255 or 33.28% from 658); Blue value is 188 (73.83% from 255 or 28.57% from 658); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDBBC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBDBBC is #042443. Grayscale: #E1E1E1. Windows color (decimal): -271428 or 12377083. OLE color: 12377083.
HSL color Cylindrical-coordinate representation of color #FBDBBC: hue angle of 29.52º degrees, saturation: 0.89, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #FBDBBC is Cyan = 0, Magento = 0.13, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 219 | 188 | - |
| CMYK | 0 | 0.13 | 0.25 | 0.02 |
| HSL | 29.52º | 0.89% | 0.86% | - |
| HSV(B) | 29.52º | 0.25% | 0.98% | - |
| XYZ | 74.19 | 74.8 | 58.11 | - |
| YUV | 225.03 | 107.1 | 146.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 219 | 188 | 0 | 0.13 | 0.25 | 0.02 | 29.52 | 0.89 | 0.86 |
| Hex | FB | DB | BC | 0 | D | 19 | 2 | 1E | 59 | 56 |
| Octal | 373 | 333 | 274 | 0 | 15 | 31 | 2 | 36 | 131 | 126 |
| Binary | 11111011 | 11011011 | 10111100 | 0 | 1101 | 11001 | 10 | 11110 | 1011001 | 1010110 |
Color Harmonies of #FBDBBC
Complementary color
Monochromatic Colors of #FBDBBC
Black with #FBDBBC
Text Example
Text Example
White with #FBDBBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBDBBC; }
p { color: rgb(251,219,188); }
H1.HeaderClassName
{
color: #FBDBBC;
}
.AnyTagClassName
{
color: #FBDBBC;
}
</style>
background-color css
<style>
a { background-color: #FBDBBC; }
a { background-color: rgb(251,219,188); }
div.DivClassName
{
background-color: #FBDBBC;
}
.BgClassName
{
background-color: #FBDBBC;
}
</style>
border-color css
<style>
span { border-color: #FBDBBC; }
span { border-color: rgb(251,219,188); }
td.TdClassName
{
border-color: #FBDBBC;
}
.TagClassName
{
border-color: #FBDBBC;
}
</style>