Shades of Peach-Yellow #F8DBAE
Tints of Peach-Yellow #F8DBAE
RGB
CMYK
RGB Variations
Color information
#F8DBAE (or 0xF8DBAE) is known color: Peach-Yellow. HEX triplet: F8, DB and AE. RGB value is (248,219,174). Sum of RGB (Red+Green+Blue) = 248+219+174=641 (84% of max value = 765). Red value is 248 (97.27% from 255 or 38.69% from 641); Green value is 219 (85.94% from 255 or 34.17% from 641); Blue value is 174 (68.36% from 255 or 27.15% from 641); Max value from RGB is 248 - color contains mainly: red. Hex color #F8DBAE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F8DBAE is #072451. Grayscale: #DEDEDE. Windows color (decimal): -468050 or 11459576. OLE color: 11459576.
HSL color Cylindrical-coordinate representation of color #F8DBAE: hue angle of 36.49º degrees, saturation: 0.84, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #F8DBAE is Cyan = 0, Magento = 0.12, Yellow = 0.30 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 219 | 174 | - |
| CMYK | 0 | 0.12 | 0.30 | 0.03 |
| HSL | 36.49º | 0.84% | 0.83% | - |
| HSV(B) | 36.49º | 0.3% | 0.97% | - |
| XYZ | 71.68 | 73.68 | 50.49 | - |
| YUV | 222.54 | 100.61 | 146.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 219 | 174 | 0 | 0.12 | 0.30 | 0.03 | 36.49 | 0.84 | 0.83 |
| Hex | F8 | DB | AE | 0 | C | 1E | 3 | 24 | 54 | 53 |
| Octal | 370 | 333 | 256 | 0 | 14 | 36 | 3 | 44 | 124 | 123 |
| Binary | 11111000 | 11011011 | 10101110 | 0 | 1100 | 11110 | 11 | 100100 | 1010100 | 1010011 |
Color Harmonies of #F8DBAE
Complementary color
Monochromatic Colors of #F8DBAE
Black with #F8DBAE
Text Example
Text Example
White with #F8DBAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8DBAE; }
p { color: rgb(248,219,174); }
H1.HeaderClassName
{
color: #F8DBAE;
}
.AnyTagClassName
{
color: #F8DBAE;
}
</style>
background-color css
<style>
a { background-color: #F8DBAE; }
a { background-color: rgb(248,219,174); }
div.DivClassName
{
background-color: #F8DBAE;
}
.BgClassName
{
background-color: #F8DBAE;
}
</style>
border-color css
<style>
span { border-color: #F8DBAE; }
span { border-color: rgb(248,219,174); }
td.TdClassName
{
border-color: #F8DBAE;
}
.TagClassName
{
border-color: #F8DBAE;
}
</style>