Shades of Peach-Yellow #FBDEAF
Tints of Peach-Yellow #FBDEAF
RGB
CMYK
RGB Variations
Color information
#FBDEAF (or 0xFBDEAF) is known color: Peach-Yellow. HEX triplet: FB, DE and AF. RGB value is (251,222,175). Sum of RGB (Red+Green+Blue) = 251+222+175=648 (85% of max value = 765). Red value is 251 (98.44% from 255 or 38.73% from 648); Green value is 222 (87.11% from 255 or 34.26% from 648); Blue value is 175 (68.75% from 255 or 27.01% from 648); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDEAF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBDEAF is #042150. Grayscale: #E1E1E1. Windows color (decimal): -270673 or 11525883. OLE color: 11525883.
HSL color Cylindrical-coordinate representation of color #FBDEAF: hue angle of 37.11º degrees, saturation: 0.9, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #FBDEAF is Cyan = 0, Magento = 0.12, Yellow = 0.30 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 222 | 175 | - |
| CMYK | 0 | 0.12 | 0.30 | 0.02 |
| HSL | 37.11º | 0.9% | 0.84% | - |
| HSV(B) | 37.11º | 0.3% | 0.98% | - |
| XYZ | 73.64 | 75.85 | 51.32 | - |
| YUV | 225.31 | 99.61 | 146.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 222 | 175 | 0 | 0.12 | 0.30 | 0.02 | 37.11 | 0.9 | 0.84 |
| Hex | FB | DE | AF | 0 | C | 1E | 2 | 25 | 5A | 54 |
| Octal | 373 | 336 | 257 | 0 | 14 | 36 | 2 | 45 | 132 | 124 |
| Binary | 11111011 | 11011110 | 10101111 | 0 | 1100 | 11110 | 10 | 100101 | 1011010 | 1010100 |
Color Harmonies of #FBDEAF
Complementary color
Monochromatic Colors of #FBDEAF
Black with #FBDEAF
Text Example
Text Example
White with #FBDEAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBDEAF; }
p { color: rgb(251,222,175); }
H1.HeaderClassName
{
color: #FBDEAF;
}
.AnyTagClassName
{
color: #FBDEAF;
}
</style>
background-color css
<style>
a { background-color: #FBDEAF; }
a { background-color: rgb(251,222,175); }
div.DivClassName
{
background-color: #FBDEAF;
}
.BgClassName
{
background-color: #FBDEAF;
}
</style>
border-color css
<style>
span { border-color: #FBDEAF; }
span { border-color: rgb(251,222,175); }
td.TdClassName
{
border-color: #FBDEAF;
}
.TagClassName
{
border-color: #FBDEAF;
}
</style>