Shades of Peach-Yellow #F8DDAD
Tints of Peach-Yellow #F8DDAD
RGB
CMYK
RGB Variations
Color information
#F8DDAD (or 0xF8DDAD) is known color: Peach-Yellow. HEX triplet: F8, DD and AD. RGB value is (248,221,173). Sum of RGB (Red+Green+Blue) = 248+221+173=642 (85% of max value = 765). Red value is 248 (97.27% from 255 or 38.63% from 642); Green value is 221 (86.72% from 255 or 34.42% from 642); Blue value is 173 (67.97% from 255 or 26.95% from 642); Max value from RGB is 248 - color contains mainly: red. Hex color #F8DDAD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F8DDAD is #072252. Grayscale: #DFDFDF. Windows color (decimal): -467539 or 11394552. OLE color: 11394552.
HSL color Cylindrical-coordinate representation of color #F8DDAD: hue angle of 38.4º 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 #F8DDAD is Cyan = 0, Magento = 0.11, Yellow = 0.30 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 221 | 173 | - |
| CMYK | 0 | 0.11 | 0.30 | 0.03 |
| HSL | 38.4º | 0.84% | 0.83% | - |
| HSV(B) | 38.4º | 0.3% | 0.97% | - |
| XYZ | 72.11 | 74.69 | 50.15 | - |
| YUV | 223.6 | 99.45 | 145.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 221 | 173 | 0 | 0.11 | 0.30 | 0.03 | 38.4 | 0.84 | 0.83 |
| Hex | F8 | DD | AD | 0 | B | 1E | 3 | 26 | 54 | 53 |
| Octal | 370 | 335 | 255 | 0 | 13 | 36 | 3 | 46 | 124 | 123 |
| Binary | 11111000 | 11011101 | 10101101 | 0 | 1011 | 11110 | 11 | 100110 | 1010100 | 1010011 |
Color Harmonies of #F8DDAD
Complementary color
Monochromatic Colors of #F8DDAD
Black with #F8DDAD
Text Example
Text Example
White with #F8DDAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8DDAD; }
p { color: rgb(248,221,173); }
H1.HeaderClassName
{
color: #F8DDAD;
}
.AnyTagClassName
{
color: #F8DDAD;
}
</style>
background-color css
<style>
a { background-color: #F8DDAD; }
a { background-color: rgb(248,221,173); }
div.DivClassName
{
background-color: #F8DDAD;
}
.BgClassName
{
background-color: #F8DDAD;
}
</style>
border-color css
<style>
span { border-color: #F8DDAD; }
span { border-color: rgb(248,221,173); }
td.TdClassName
{
border-color: #F8DDAD;
}
.TagClassName
{
border-color: #F8DDAD;
}
</style>