Shades of Peach-Yellow #F8DCAD
Tints of Peach-Yellow #F8DCAD
RGB
CMYK
RGB Variations
Color information
#F8DCAD (or 0xF8DCAD) is known color: Peach-Yellow. HEX triplet: F8, DC and AD. RGB value is (248,220,173). Sum of RGB (Red+Green+Blue) = 248+220+173=641 (84% of max value = 765). Red value is 248 (97.27% from 255 or 38.69% from 641); Green value is 220 (86.33% from 255 or 34.32% from 641); Blue value is 173 (67.97% from 255 or 26.99% from 641); Max value from RGB is 248 - color contains mainly: red. Hex color #F8DCAD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F8DCAD is #072352. Grayscale: #DFDFDF. Windows color (decimal): -467795 or 11394296. OLE color: 11394296.
HSL color Cylindrical-coordinate representation of color #F8DCAD: hue angle of 37.6º 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 #F8DCAD is Cyan = 0, Magento = 0.11, Yellow = 0.30 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 220 | 173 | - |
| CMYK | 0 | 0.11 | 0.30 | 0.03 |
| HSL | 37.6º | 0.84% | 0.83% | - |
| HSV(B) | 37.6º | 0.3% | 0.97% | - |
| XYZ | 71.85 | 74.16 | 50.06 | - |
| YUV | 223.01 | 99.78 | 145.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 220 | 173 | 0 | 0.11 | 0.30 | 0.03 | 37.6 | 0.84 | 0.83 |
| Hex | F8 | DC | AD | 0 | B | 1E | 3 | 26 | 54 | 53 |
| Octal | 370 | 334 | 255 | 0 | 13 | 36 | 3 | 46 | 124 | 123 |
| Binary | 11111000 | 11011100 | 10101101 | 0 | 1011 | 11110 | 11 | 100110 | 1010100 | 1010011 |
Color Harmonies of #F8DCAD
Complementary color
Monochromatic Colors of #F8DCAD
Black with #F8DCAD
Text Example
Text Example
White with #F8DCAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8DCAD; }
p { color: rgb(248,220,173); }
H1.HeaderClassName
{
color: #F8DCAD;
}
.AnyTagClassName
{
color: #F8DCAD;
}
</style>
background-color css
<style>
a { background-color: #F8DCAD; }
a { background-color: rgb(248,220,173); }
div.DivClassName
{
background-color: #F8DCAD;
}
.BgClassName
{
background-color: #F8DCAD;
}
</style>
border-color css
<style>
span { border-color: #F8DCAD; }
span { border-color: rgb(248,220,173); }
td.TdClassName
{
border-color: #F8DCAD;
}
.TagClassName
{
border-color: #F8DCAD;
}
</style>