Shades of Peach Puff #FBDABC
Tints of Peach Puff #FBDABC
RGB
CMYK
RGB Variations
Color information
#FBDABC (or 0xFBDABC) is known color: Peach Puff. HEX triplet: FB, DA and BC. RGB value is (251,218,188). Sum of RGB (Red+Green+Blue) = 251+218+188=657 (87% of max value = 765). Red value is 251 (98.44% from 255 or 38.20% from 657); Green value is 218 (85.55% from 255 or 33.18% from 657); Blue value is 188 (73.83% from 255 or 28.61% from 657); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDABC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBDABC is #042543. Grayscale: #E0E0E0. Windows color (decimal): -271684 or 12376827. OLE color: 12376827.
HSL color Cylindrical-coordinate representation of color #FBDABC: hue angle of 28.57º 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 #FBDABC is Cyan = 0, Magento = 0.13, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 218 | 188 | - |
| CMYK | 0 | 0.13 | 0.25 | 0.02 |
| HSL | 28.57º | 0.89% | 0.86% | - |
| HSV(B) | 28.57º | 0.25% | 0.98% | - |
| XYZ | 73.93 | 74.28 | 58.02 | - |
| YUV | 224.45 | 107.43 | 146.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 218 | 188 | 0 | 0.13 | 0.25 | 0.02 | 28.57 | 0.89 | 0.86 |
| Hex | FB | DA | BC | 0 | D | 19 | 2 | 1D | 59 | 56 |
| Octal | 373 | 332 | 274 | 0 | 15 | 31 | 2 | 35 | 131 | 126 |
| Binary | 11111011 | 11011010 | 10111100 | 0 | 1101 | 11001 | 10 | 11101 | 1011001 | 1010110 |
Color Harmonies of #FBDABC
Complementary color
Monochromatic Colors of #FBDABC
Black with #FBDABC
Text Example
Text Example
White with #FBDABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBDABC; }
p { color: rgb(251,218,188); }
H1.HeaderClassName
{
color: #FBDABC;
}
.AnyTagClassName
{
color: #FBDABC;
}
</style>
background-color css
<style>
a { background-color: #FBDABC; }
a { background-color: rgb(251,218,188); }
div.DivClassName
{
background-color: #FBDABC;
}
.BgClassName
{
background-color: #FBDABC;
}
</style>
border-color css
<style>
span { border-color: #FBDABC; }
span { border-color: rgb(251,218,188); }
td.TdClassName
{
border-color: #FBDABC;
}
.TagClassName
{
border-color: #FBDABC;
}
</style>