Shades of Peach-Yellow #FBDDAB
Tints of Peach-Yellow #FBDDAB
RGB
CMYK
RGB Variations
Color information
#FBDDAB (or 0xFBDDAB) is known color: Peach-Yellow. HEX triplet: FB, DD and AB. RGB value is (251,221,171). Sum of RGB (Red+Green+Blue) = 251+221+171=643 (85% of max value = 765). Red value is 251 (98.44% from 255 or 39.04% from 643); Green value is 221 (86.72% from 255 or 34.37% from 643); Blue value is 171 (67.19% from 255 or 26.59% from 643); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDDAB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBDDAB is #042254. Grayscale: #E0E0E0. Windows color (decimal): -270933 or 11263483. OLE color: 11263483.
HSL color Cylindrical-coordinate representation of color #FBDDAB: hue angle of 37.5º degrees, saturation: 0.91, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #FBDDAB is Cyan = 0, Magento = 0.12, Yellow = 0.32 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 221 | 171 | - |
| CMYK | 0 | 0.12 | 0.32 | 0.02 |
| HSL | 37.5º | 0.91% | 0.83% | - |
| HSV(B) | 37.5º | 0.32% | 0.98% | - |
| XYZ | 72.99 | 75.16 | 49.19 | - |
| YUV | 224.27 | 97.94 | 147.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 221 | 171 | 0 | 0.12 | 0.32 | 0.02 | 37.5 | 0.91 | 0.83 |
| Hex | FB | DD | AB | 0 | C | 20 | 2 | 26 | 5B | 53 |
| Octal | 373 | 335 | 253 | 0 | 14 | 40 | 2 | 46 | 133 | 123 |
| Binary | 11111011 | 11011101 | 10101011 | 0 | 1100 | 100000 | 10 | 100110 | 1011011 | 1010011 |
Color Harmonies of #FBDDAB
Complementary color
Monochromatic Colors of #FBDDAB
Black with #FBDDAB
Text Example
Text Example
White with #FBDDAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBDDAB; }
p { color: rgb(251,221,171); }
H1.HeaderClassName
{
color: #FBDDAB;
}
.AnyTagClassName
{
color: #FBDDAB;
}
</style>
background-color css
<style>
a { background-color: #FBDDAB; }
a { background-color: rgb(251,221,171); }
div.DivClassName
{
background-color: #FBDDAB;
}
.BgClassName
{
background-color: #FBDDAB;
}
</style>
border-color css
<style>
span { border-color: #FBDDAB; }
span { border-color: rgb(251,221,171); }
td.TdClassName
{
border-color: #FBDDAB;
}
.TagClassName
{
border-color: #FBDDAB;
}
</style>