Shades of Sundown #F8ADA8
Tints of Sundown #F8ADA8
RGB
CMYK
RGB Variations
Color information
#F8ADA8 (or 0xF8ADA8) is known color: Sundown. HEX triplet: F8, AD and A8. RGB value is (248,173,168). Sum of RGB (Red+Green+Blue) = 248+173+168=589 (78% of max value = 765). Red value is 248 (97.27% from 255 or 42.11% from 589); Green value is 173 (67.97% from 255 or 29.37% from 589); Blue value is 168 (66.02% from 255 or 28.52% from 589); Max value from RGB is 248 - color contains mainly: red. Hex color #F8ADA8 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F8ADA8 is #075257. Grayscale: #C2C2C2. Windows color (decimal): -479832 or 11054584. OLE color: 11054584.
HSL color Cylindrical-coordinate representation of color #F8ADA8: hue angle of 3.75º degrees, saturation: 0.85, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #F8ADA8 is Cyan = 0, Magento = 0.30, Yellow = 0.32 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 173 | 168 | - |
| CMYK | 0 | 0.30 | 0.32 | 0.03 |
| HSL | 3.75º | 0.85% | 0.82% | - |
| HSV(B) | 3.75º | 0.32% | 0.97% | - |
| XYZ | 60.72 | 52.67 | 44.01 | - |
| YUV | 194.86 | 112.85 | 165.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 173 | 168 | 0 | 0.30 | 0.32 | 0.03 | 3.75 | 0.85 | 0.82 |
| Hex | F8 | AD | A8 | 0 | 1E | 20 | 3 | 4 | 55 | 52 |
| Octal | 370 | 255 | 250 | 0 | 36 | 40 | 3 | 4 | 125 | 122 |
| Binary | 11111000 | 10101101 | 10101000 | 0 | 11110 | 100000 | 11 | 100 | 1010101 | 1010010 |
Color Harmonies of #F8ADA8
Complementary color
Monochromatic Colors of #F8ADA8
Black with #F8ADA8
Text Example
Text Example
White with #F8ADA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8ADA8; }
p { color: rgb(248,173,168); }
H1.HeaderClassName
{
color: #F8ADA8;
}
.AnyTagClassName
{
color: #F8ADA8;
}
</style>
background-color css
<style>
a { background-color: #F8ADA8; }
a { background-color: rgb(248,173,168); }
div.DivClassName
{
background-color: #F8ADA8;
}
.BgClassName
{
background-color: #F8ADA8;
}
</style>
border-color css
<style>
span { border-color: #F8ADA8; }
span { border-color: rgb(248,173,168); }
td.TdClassName
{
border-color: #F8ADA8;
}
.TagClassName
{
border-color: #F8ADA8;
}
</style>