Shades of Pale Prim #FFF89F
Tints of Pale Prim #FFF89F
RGB
CMYK
RGB Variations
Color information
#FFF89F (or 0xFFF89F) is known color: Pale Prim. HEX triplet: FF, F8 and 9F. RGB value is (255,248,159). Sum of RGB (Red+Green+Blue) = 255+248+159=662 (87% of max value = 765). Red value is 255 (100% from 255 or 38.52% from 662); Green value is 248 (97.27% from 255 or 37.46% from 662); Blue value is 159 (62.5% from 255 or 24.02% from 662); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF89F is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFF89F is #000760. Grayscale: #F0F0F0. Windows color (decimal): -1889 or 10483967. OLE color: 10483967.
HSL color Cylindrical-coordinate representation of color #FFF89F: hue angle of 55.62º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #FFF89F is Cyan = 0, Magento = 0.03, Yellow = 0.38 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 248 | 159 | - |
| CMYK | 0 | 0.03 | 0.38 | 0 |
| HSL | 55.63º | 1% | 0.81% | - |
| HSV(B) | 55.63º | 0.38% | 1% | - |
| XYZ | 81.07 | 90.9 | 46.07 | - |
| YUV | 239.95 | 82.32 | 138.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 248 | 159 | 0 | 0.03 | 0.38 | 0 | 55.63 | 1 | 0.81 |
| Hex | FF | F8 | 9F | 0 | 3 | 26 | 0 | 38 | 64 | 51 |
| Octal | 377 | 370 | 237 | 0 | 3 | 46 | 0 | 70 | 144 | 121 |
| Binary | 11111111 | 11111000 | 10011111 | 0 | 11 | 100110 | 0 | 111000 | 1100100 | 1010001 |
Color Harmonies of #FFF89F
Complementary color
Monochromatic Colors of #FFF89F
Black with #FFF89F
Text Example
Text Example
White with #FFF89F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF89F; }
p { color: rgb(255,248,159); }
H1.HeaderClassName
{
color: #FFF89F;
}
.AnyTagClassName
{
color: #FFF89F;
}
</style>
background-color css
<style>
a { background-color: #FFF89F; }
a { background-color: rgb(255,248,159); }
div.DivClassName
{
background-color: #FFF89F;
}
.BgClassName
{
background-color: #FFF89F;
}
</style>
border-color css
<style>
span { border-color: #FFF89F; }
span { border-color: rgb(255,248,159); }
td.TdClassName
{
border-color: #FFF89F;
}
.TagClassName
{
border-color: #FFF89F;
}
</style>