Shades of Peach Puff #FBDCBD
Tints of Peach Puff #FBDCBD
RGB
CMYK
RGB Variations
Color information
#FBDCBD (or 0xFBDCBD) is known color: Peach Puff. HEX triplet: FB, DC and BD. RGB value is (251,220,189). Sum of RGB (Red+Green+Blue) = 251+220+189=660 (87% of max value = 765). Red value is 251 (98.44% from 255 or 38.03% from 660); Green value is 220 (86.33% from 255 or 33.33% from 660); Blue value is 189 (74.22% from 255 or 28.64% from 660); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDCBD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBDCBD is #042342. Grayscale: #E1E1E1. Windows color (decimal): -271171 or 12442875. OLE color: 12442875.
HSL color Cylindrical-coordinate representation of color #FBDCBD: hue angle of 30º 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 #FBDCBD is Cyan = 0, Magento = 0.12, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 220 | 189 | - |
| CMYK | 0 | 0.12 | 0.25 | 0.02 |
| HSL | 30º | 0.89% | 0.86% | - |
| HSV(B) | 30º | 0.25% | 0.98% | - |
| XYZ | 74.56 | 75.37 | 58.76 | - |
| YUV | 225.74 | 107.27 | 146.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 220 | 189 | 0 | 0.12 | 0.25 | 0.02 | 30 | 0.89 | 0.86 |
| Hex | FB | DC | BD | 0 | C | 19 | 2 | 1E | 59 | 56 |
| Octal | 373 | 334 | 275 | 0 | 14 | 31 | 2 | 36 | 131 | 126 |
| Binary | 11111011 | 11011100 | 10111101 | 0 | 1100 | 11001 | 10 | 11110 | 1011001 | 1010110 |
Color Harmonies of #FBDCBD
Complementary color
Monochromatic Colors of #FBDCBD
Black with #FBDCBD
Text Example
Text Example
White with #FBDCBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBDCBD; }
p { color: rgb(251,220,189); }
H1.HeaderClassName
{
color: #FBDCBD;
}
.AnyTagClassName
{
color: #FBDCBD;
}
</style>
background-color css
<style>
a { background-color: #FBDCBD; }
a { background-color: rgb(251,220,189); }
div.DivClassName
{
background-color: #FBDCBD;
}
.BgClassName
{
background-color: #FBDCBD;
}
</style>
border-color css
<style>
span { border-color: #FBDCBD; }
span { border-color: rgb(251,220,189); }
td.TdClassName
{
border-color: #FBDCBD;
}
.TagClassName
{
border-color: #FBDCBD;
}
</style>