Shades of Pale Prim #F8F99A
Tints of Pale Prim #F8F99A
RGB
CMYK
RGB Variations
Color information
#F8F99A (or 0xF8F99A) is known color: Pale Prim. HEX triplet: F8, F9 and 9A. RGB value is (248,249,154). Sum of RGB (Red+Green+Blue) = 248+249+154=651 (86% of max value = 765). Red value is 248 (97.27% from 255 or 38.10% from 651); Green value is 249 (97.66% from 255 or 38.25% from 651); Blue value is 154 (60.55% from 255 or 23.66% from 651); Max value from RGB is 249 - color contains mainly: green. Hex color #F8F99A is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F8F99A is #070665. Grayscale: #EEEEEE. Windows color (decimal): -460390 or 10156536. OLE color: 10156536.
HSL color Cylindrical-coordinate representation of color #F8F99A: hue angle of 60.63º degrees, saturation: 0.89, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #F8F99A is Cyan = 0.00, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 248 | 249 | 154 | - |
| CMYK | 0.00 | 0 | 0.38 | 0.02 |
| HSL | 60.63º | 0.89% | 0.79% | - |
| HSV(B) | 60.63º | 0.38% | 0.98% | - |
| XYZ | 78.42 | 90.04 | 43.82 | - |
| YUV | 237.87 | 80.67 | 135.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 249 | 154 | 0.00 | 0 | 0.38 | 0.02 | 60.63 | 0.89 | 0.79 |
| Hex | F8 | F9 | 9A | 0 | 0 | 26 | 2 | 3D | 59 | 4F |
| Octal | 370 | 371 | 232 | 0 | 0 | 46 | 2 | 75 | 131 | 117 |
| Binary | 11111000 | 11111001 | 10011010 | 0 | 0 | 100110 | 10 | 111101 | 1011001 | 1001111 |
Color Harmonies of #F8F99A
Complementary color
Monochromatic Colors of #F8F99A
Black with #F8F99A
Text Example
Text Example
White with #F8F99A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8F99A; }
p { color: rgb(248,249,154); }
H1.HeaderClassName
{
color: #F8F99A;
}
.AnyTagClassName
{
color: #F8F99A;
}
</style>
background-color css
<style>
a { background-color: #F8F99A; }
a { background-color: rgb(248,249,154); }
div.DivClassName
{
background-color: #F8F99A;
}
.BgClassName
{
background-color: #F8F99A;
}
</style>
border-color css
<style>
span { border-color: #F8F99A; }
span { border-color: rgb(248,249,154); }
td.TdClassName
{
border-color: #F8F99A;
}
.TagClassName
{
border-color: #F8F99A;
}
</style>