Shades of Pale Prim #F8F89E
Tints of Pale Prim #F8F89E
RGB
CMYK
RGB Variations
Color information
#F8F89E (or 0xF8F89E) is known color: Pale Prim. HEX triplet: F8, F8 and 9E. RGB value is (248,248,158). Sum of RGB (Red+Green+Blue) = 248+248+158=654 (86% of max value = 765). Red value is 248 (97.27% from 255 or 37.92% from 654); Green value is 248 (97.27% from 255 or 37.92% from 654); Blue value is 158 (62.11% from 255 or 24.16% from 654); Max value from RGB is 248 - color contains mainly: red, green. Hex color #F8F89E is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F8F89E is #070761. Grayscale: #EEEEEE. Windows color (decimal): -460642 or 10418424. OLE color: 10418424.
HSL color Cylindrical-coordinate representation of color #F8F89E: hue angle of 60º degrees, saturation: 0.87, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #F8F89E is Cyan = 0, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 248 | 158 | - |
| CMYK | 0 | 0 | 0.36 | 0.03 |
| HSL | 60º | 0.87% | 0.8% | - |
| HSV(B) | 60º | 0.36% | 0.97% | - |
| XYZ | 78.45 | 89.56 | 45.5 | - |
| YUV | 237.74 | 83 | 135.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 248 | 158 | 0 | 0 | 0.36 | 0.03 | 60 | 0.87 | 0.8 |
| Hex | F8 | F8 | 9E | 0 | 0 | 24 | 3 | 3C | 57 | 50 |
| Octal | 370 | 370 | 236 | 0 | 0 | 44 | 3 | 74 | 127 | 120 |
| Binary | 11111000 | 11111000 | 10011110 | 0 | 0 | 100100 | 11 | 111100 | 1010111 | 1010000 |
Color Harmonies of #F8F89E
Complementary color
Monochromatic Colors of #F8F89E
Black with #F8F89E
Text Example
Text Example
White with #F8F89E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8F89E; }
p { color: rgb(248,248,158); }
H1.HeaderClassName
{
color: #F8F89E;
}
.AnyTagClassName
{
color: #F8F89E;
}
</style>
background-color css
<style>
a { background-color: #F8F89E; }
a { background-color: rgb(248,248,158); }
div.DivClassName
{
background-color: #F8F89E;
}
.BgClassName
{
background-color: #F8F89E;
}
</style>
border-color css
<style>
span { border-color: #F8F89E; }
span { border-color: rgb(248,248,158); }
td.TdClassName
{
border-color: #F8F89E;
}
.TagClassName
{
border-color: #F8F89E;
}
</style>