Shades of Peach-Yellow #F8DFAF
Tints of Peach-Yellow #F8DFAF
RGB
CMYK
RGB Variations
Color information
#F8DFAF (or 0xF8DFAF) is known color: Peach-Yellow. HEX triplet: F8, DF and AF. RGB value is (248,223,175). Sum of RGB (Red+Green+Blue) = 248+223+175=646 (85% of max value = 765). Red value is 248 (97.27% from 255 or 38.39% from 646); Green value is 223 (87.5% from 255 or 34.52% from 646); Blue value is 175 (68.75% from 255 or 27.09% from 646); Max value from RGB is 248 - color contains mainly: red. Hex color #F8DFAF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F8DFAF is #072050. Grayscale: #E1E1E1. Windows color (decimal): -467025 or 11526136. OLE color: 11526136.
HSL color Cylindrical-coordinate representation of color #F8DFAF: hue angle of 39.45º 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 #F8DFAF is Cyan = 0, Magento = 0.10, Yellow = 0.29 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 223 | 175 | - |
| CMYK | 0 | 0.10 | 0.29 | 0.03 |
| HSL | 39.45º | 0.84% | 0.83% | - |
| HSV(B) | 39.45º | 0.29% | 0.97% | - |
| XYZ | 72.84 | 75.83 | 51.35 | - |
| YUV | 225 | 99.78 | 144.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 223 | 175 | 0 | 0.10 | 0.29 | 0.03 | 39.45 | 0.84 | 0.83 |
| Hex | F8 | DF | AF | 0 | A | 1D | 3 | 27 | 54 | 53 |
| Octal | 370 | 337 | 257 | 0 | 12 | 35 | 3 | 47 | 124 | 123 |
| Binary | 11111000 | 11011111 | 10101111 | 0 | 1010 | 11101 | 11 | 100111 | 1010100 | 1010011 |
Color Harmonies of #F8DFAF
Complementary color
Monochromatic Colors of #F8DFAF
Black with #F8DFAF
Text Example
Text Example
White with #F8DFAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8DFAF; }
p { color: rgb(248,223,175); }
H1.HeaderClassName
{
color: #F8DFAF;
}
.AnyTagClassName
{
color: #F8DFAF;
}
</style>
background-color css
<style>
a { background-color: #F8DFAF; }
a { background-color: rgb(248,223,175); }
div.DivClassName
{
background-color: #F8DFAF;
}
.BgClassName
{
background-color: #F8DFAF;
}
</style>
border-color css
<style>
span { border-color: #F8DFAF; }
span { border-color: rgb(248,223,175); }
td.TdClassName
{
border-color: #F8DFAF;
}
.TagClassName
{
border-color: #F8DFAF;
}
</style>