Shades of Pale Prim #FFF99E
Tints of Pale Prim #FFF99E
RGB
CMYK
RGB Variations
Color information
#FFF99E (or 0xFFF99E) is known color: Pale Prim. HEX triplet: FF, F9 and 9E. RGB value is (255,249,158). Sum of RGB (Red+Green+Blue) = 255+249+158=662 (87% of max value = 765). Red value is 255 (100% from 255 or 38.52% from 662); Green value is 249 (97.66% from 255 or 37.61% from 662); Blue value is 158 (62.11% from 255 or 23.87% from 662); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF99E is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFF99E is #000661. Grayscale: #F0F0F0. Windows color (decimal): -1634 or 10418687. OLE color: 10418687.
HSL color Cylindrical-coordinate representation of color #FFF99E: hue angle of 56.29º 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 #FFF99E is Cyan = 0, Magento = 0.02, Yellow = 0.38 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 249 | 158 | - |
| CMYK | 0 | 0.02 | 0.38 | 0 |
| HSL | 56.29º | 1% | 0.81% | - |
| HSV(B) | 56.29º | 0.38% | 1% | - |
| XYZ | 81.29 | 91.48 | 45.72 | - |
| YUV | 240.42 | 81.49 | 138.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 249 | 158 | 0 | 0.02 | 0.38 | 0 | 56.29 | 1 | 0.81 |
| Hex | FF | F9 | 9E | 0 | 2 | 26 | 0 | 38 | 64 | 51 |
| Octal | 377 | 371 | 236 | 0 | 2 | 46 | 0 | 70 | 144 | 121 |
| Binary | 11111111 | 11111001 | 10011110 | 0 | 10 | 100110 | 0 | 111000 | 1100100 | 1010001 |
Color Harmonies of #FFF99E
Complementary color
Monochromatic Colors of #FFF99E
Black with #FFF99E
Text Example
Text Example
White with #FFF99E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF99E; }
p { color: rgb(255,249,158); }
H1.HeaderClassName
{
color: #FFF99E;
}
.AnyTagClassName
{
color: #FFF99E;
}
</style>
background-color css
<style>
a { background-color: #FFF99E; }
a { background-color: rgb(255,249,158); }
div.DivClassName
{
background-color: #FFF99E;
}
.BgClassName
{
background-color: #FFF99E;
}
</style>
border-color css
<style>
span { border-color: #FFF99E; }
span { border-color: rgb(255,249,158); }
td.TdClassName
{
border-color: #FFF99E;
}
.TagClassName
{
border-color: #FFF99E;
}
</style>