Shades of Peach-Yellow #FBDFAF
Tints of Peach-Yellow #FBDFAF
RGB
CMYK
RGB Variations
Color information
#FBDFAF (or 0xFBDFAF) is known color: Peach-Yellow. HEX triplet: FB, DF and AF. RGB value is (251,223,175). Sum of RGB (Red+Green+Blue) = 251+223+175=649 (85% of max value = 765). Red value is 251 (98.44% from 255 or 38.67% from 649); Green value is 223 (87.5% from 255 or 34.36% from 649); Blue value is 175 (68.75% from 255 or 26.96% from 649); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDFAF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBDFAF is #042050. Grayscale: #E2E2E2. Windows color (decimal): -270417 or 11526139. OLE color: 11526139.
HSL color Cylindrical-coordinate representation of color #FBDFAF: hue angle of 37.89º 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 #FBDFAF is Cyan = 0, Magento = 0.11, Yellow = 0.30 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 223 | 175 | - |
| CMYK | 0 | 0.11 | 0.30 | 0.02 |
| HSL | 37.89º | 0.9% | 0.84% | - |
| HSV(B) | 37.89º | 0.3% | 0.98% | - |
| XYZ | 73.91 | 76.38 | 51.4 | - |
| YUV | 225.9 | 99.28 | 145.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 223 | 175 | 0 | 0.11 | 0.30 | 0.02 | 37.89 | 0.9 | 0.84 |
| Hex | FB | DF | AF | 0 | B | 1E | 2 | 26 | 5A | 54 |
| Octal | 373 | 337 | 257 | 0 | 13 | 36 | 2 | 46 | 132 | 124 |
| Binary | 11111011 | 11011111 | 10101111 | 0 | 1011 | 11110 | 10 | 100110 | 1011010 | 1010100 |
Color Harmonies of #FBDFAF
Complementary color
Monochromatic Colors of #FBDFAF
Black with #FBDFAF
Text Example
Text Example
White with #FBDFAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBDFAF; }
p { color: rgb(251,223,175); }
H1.HeaderClassName
{
color: #FBDFAF;
}
.AnyTagClassName
{
color: #FBDFAF;
}
</style>
background-color css
<style>
a { background-color: #FBDFAF; }
a { background-color: rgb(251,223,175); }
div.DivClassName
{
background-color: #FBDFAF;
}
.BgClassName
{
background-color: #FBDFAF;
}
</style>
border-color css
<style>
span { border-color: #FBDFAF; }
span { border-color: rgb(251,223,175); }
td.TdClassName
{
border-color: #FBDFAF;
}
.TagClassName
{
border-color: #FBDFAF;
}
</style>