Shades of Pale Prim #F9F89D
Tints of Pale Prim #F9F89D
RGB
CMYK
RGB Variations
Color information
#F9F89D (or 0xF9F89D) is known color: Pale Prim. HEX triplet: F9, F8 and 9D. RGB value is (249,248,157). Sum of RGB (Red+Green+Blue) = 249+248+157=654 (86% of max value = 765). Red value is 249 (97.66% from 255 or 38.07% from 654); Green value is 248 (97.27% from 255 or 37.92% from 654); Blue value is 157 (61.72% from 255 or 24.01% from 654); Max value from RGB is 249 - color contains mainly: red. Hex color #F9F89D is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F9F89D is #060762. Grayscale: #EEEEEE. Windows color (decimal): -395107 or 10352889. OLE color: 10352889.
HSL color Cylindrical-coordinate representation of color #F9F89D: hue angle of 59.35º degrees, saturation: 0.88, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #F9F89D is Cyan = 0, Magento = 0.00, Yellow = 0.37 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 248 | 157 | - |
| CMYK | 0 | 0.00 | 0.37 | 0.02 |
| HSL | 59.35º | 0.88% | 0.8% | - |
| HSV(B) | 59.35º | 0.37% | 0.98% | - |
| XYZ | 78.72 | 89.71 | 45.06 | - |
| YUV | 237.93 | 82.33 | 135.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 248 | 157 | 0 | 0.00 | 0.37 | 0.02 | 59.35 | 0.88 | 0.8 |
| Hex | F9 | F8 | 9D | 0 | 0 | 25 | 2 | 3B | 58 | 50 |
| Octal | 371 | 370 | 235 | 0 | 0 | 45 | 2 | 73 | 130 | 120 |
| Binary | 11111001 | 11111000 | 10011101 | 0 | 0 | 100101 | 10 | 111011 | 1011000 | 1010000 |
Color Harmonies of #F9F89D
Complementary color
Monochromatic Colors of #F9F89D
Black with #F9F89D
Text Example
Text Example
White with #F9F89D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9F89D; }
p { color: rgb(249,248,157); }
H1.HeaderClassName
{
color: #F9F89D;
}
.AnyTagClassName
{
color: #F9F89D;
}
</style>
background-color css
<style>
a { background-color: #F9F89D; }
a { background-color: rgb(249,248,157); }
div.DivClassName
{
background-color: #F9F89D;
}
.BgClassName
{
background-color: #F9F89D;
}
</style>
border-color css
<style>
span { border-color: #F9F89D; }
span { border-color: rgb(249,248,157); }
td.TdClassName
{
border-color: #F9F89D;
}
.TagClassName
{
border-color: #F9F89D;
}
</style>