Shades of Pale Prim #FFF89E
Tints of Pale Prim #FFF89E
RGB
CMYK
RGB Variations
Color information
#FFF89E (or 0xFFF89E) is known color: Pale Prim. HEX triplet: FF, F8 and 9E. RGB value is (255,248,158). Sum of RGB (Red+Green+Blue) = 255+248+158=661 (87% of max value = 765). Red value is 255 (100% from 255 or 38.58% from 661); Green value is 248 (97.27% from 255 or 37.52% from 661); Blue value is 158 (62.11% from 255 or 23.90% from 661); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF89E is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFF89E is #000761. Grayscale: #F0F0F0. Windows color (decimal): -1890 or 10418431. OLE color: 10418431.
HSL color Cylindrical-coordinate representation of color #FFF89E: hue angle of 55.67º 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 #FFF89E is Cyan = 0, Magento = 0.03, Yellow = 0.38 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 248 | 158 | - |
| CMYK | 0 | 0.03 | 0.38 | 0 |
| HSL | 55.67º | 1% | 0.81% | - |
| HSV(B) | 55.67º | 0.38% | 1% | - |
| XYZ | 80.98 | 90.86 | 45.62 | - |
| YUV | 239.83 | 81.82 | 138.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 248 | 158 | 0 | 0.03 | 0.38 | 0 | 55.67 | 1 | 0.81 |
| Hex | FF | F8 | 9E | 0 | 3 | 26 | 0 | 38 | 64 | 51 |
| Octal | 377 | 370 | 236 | 0 | 3 | 46 | 0 | 70 | 144 | 121 |
| Binary | 11111111 | 11111000 | 10011110 | 0 | 11 | 100110 | 0 | 111000 | 1100100 | 1010001 |
Color Harmonies of #FFF89E
Complementary color
Monochromatic Colors of #FFF89E
Black with #FFF89E
Text Example
Text Example
White with #FFF89E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF89E; }
p { color: rgb(255,248,158); }
H1.HeaderClassName
{
color: #FFF89E;
}
.AnyTagClassName
{
color: #FFF89E;
}
</style>
background-color css
<style>
a { background-color: #FFF89E; }
a { background-color: rgb(255,248,158); }
div.DivClassName
{
background-color: #FFF89E;
}
.BgClassName
{
background-color: #FFF89E;
}
</style>
border-color css
<style>
span { border-color: #FFF89E; }
span { border-color: rgb(255,248,158); }
td.TdClassName
{
border-color: #FFF89E;
}
.TagClassName
{
border-color: #FFF89E;
}
</style>