Shades of Peach-Yellow #F8DBAF
Tints of Peach-Yellow #F8DBAF
RGB
CMYK
RGB Variations
Color information
#F8DBAF (or 0xF8DBAF) is known color: Peach-Yellow. HEX triplet: F8, DB and AF. RGB value is (248,219,175). Sum of RGB (Red+Green+Blue) = 248+219+175=642 (85% of max value = 765). Red value is 248 (97.27% from 255 or 38.63% from 642); Green value is 219 (85.94% from 255 or 34.11% from 642); Blue value is 175 (68.75% from 255 or 27.26% from 642); Max value from RGB is 248 - color contains mainly: red. Hex color #F8DBAF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F8DBAF is #072450. Grayscale: #DEDEDE. Windows color (decimal): -468049 or 11525112. OLE color: 11525112.
HSL color Cylindrical-coordinate representation of color #F8DBAF: hue angle of 36.16º degrees, saturation: 0.84, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #F8DBAF is Cyan = 0, Magento = 0.12, Yellow = 0.29 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 219 | 175 | - |
| CMYK | 0 | 0.12 | 0.29 | 0.03 |
| HSL | 36.16º | 0.84% | 0.83% | - |
| HSV(B) | 36.16º | 0.29% | 0.97% | - |
| XYZ | 71.78 | 73.71 | 51 | - |
| YUV | 222.66 | 101.11 | 146.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 219 | 175 | 0 | 0.12 | 0.29 | 0.03 | 36.16 | 0.84 | 0.83 |
| Hex | F8 | DB | AF | 0 | C | 1D | 3 | 24 | 54 | 53 |
| Octal | 370 | 333 | 257 | 0 | 14 | 35 | 3 | 44 | 124 | 123 |
| Binary | 11111000 | 11011011 | 10101111 | 0 | 1100 | 11101 | 11 | 100100 | 1010100 | 1010011 |
Color Harmonies of #F8DBAF
Complementary color
Monochromatic Colors of #F8DBAF
Black with #F8DBAF
Text Example
Text Example
White with #F8DBAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8DBAF; }
p { color: rgb(248,219,175); }
H1.HeaderClassName
{
color: #F8DBAF;
}
.AnyTagClassName
{
color: #F8DBAF;
}
</style>
background-color css
<style>
a { background-color: #F8DBAF; }
a { background-color: rgb(248,219,175); }
div.DivClassName
{
background-color: #F8DBAF;
}
.BgClassName
{
background-color: #F8DBAF;
}
</style>
border-color css
<style>
span { border-color: #F8DBAF; }
span { border-color: rgb(248,219,175); }
td.TdClassName
{
border-color: #F8DBAF;
}
.TagClassName
{
border-color: #F8DBAF;
}
</style>