Shades of Peach-Yellow #F8DBAA
Tints of Peach-Yellow #F8DBAA
RGB
CMYK
RGB Variations
Color information
#F8DBAA (or 0xF8DBAA) is known color: Peach-Yellow. HEX triplet: F8, DB and AA. RGB value is (248,219,170). Sum of RGB (Red+Green+Blue) = 248+219+170=637 (84% of max value = 765). Red value is 248 (97.27% from 255 or 38.93% from 637); Green value is 219 (85.94% from 255 or 34.38% from 637); Blue value is 170 (66.80% from 255 or 26.69% from 637); Max value from RGB is 248 - color contains mainly: red. Hex color #F8DBAA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F8DBAA is #072455. Grayscale: #DEDEDE. Windows color (decimal): -468054 or 11197432. OLE color: 11197432.
HSL color Cylindrical-coordinate representation of color #F8DBAA: hue angle of 37.69º degrees, saturation: 0.85, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #F8DBAA is Cyan = 0, Magento = 0.12, Yellow = 0.31 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 219 | 170 | - |
| CMYK | 0 | 0.12 | 0.31 | 0.03 |
| HSL | 37.69º | 0.85% | 0.82% | - |
| HSV(B) | 37.69º | 0.31% | 0.97% | - |
| XYZ | 71.3 | 73.52 | 48.46 | - |
| YUV | 222.09 | 98.61 | 146.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 219 | 170 | 0 | 0.12 | 0.31 | 0.03 | 37.69 | 0.85 | 0.82 |
| Hex | F8 | DB | AA | 0 | C | 1F | 3 | 26 | 55 | 52 |
| Octal | 370 | 333 | 252 | 0 | 14 | 37 | 3 | 46 | 125 | 122 |
| Binary | 11111000 | 11011011 | 10101010 | 0 | 1100 | 11111 | 11 | 100110 | 1010101 | 1010010 |
Color Harmonies of #F8DBAA
Complementary color
Monochromatic Colors of #F8DBAA
Black with #F8DBAA
Text Example
Text Example
White with #F8DBAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8DBAA; }
p { color: rgb(248,219,170); }
H1.HeaderClassName
{
color: #F8DBAA;
}
.AnyTagClassName
{
color: #F8DBAA;
}
</style>
background-color css
<style>
a { background-color: #F8DBAA; }
a { background-color: rgb(248,219,170); }
div.DivClassName
{
background-color: #F8DBAA;
}
.BgClassName
{
background-color: #F8DBAA;
}
</style>
border-color css
<style>
span { border-color: #F8DBAA; }
span { border-color: rgb(248,219,170); }
td.TdClassName
{
border-color: #F8DBAA;
}
.TagClassName
{
border-color: #F8DBAA;
}
</style>