Shades of Pale Prim #FFF49E
Tints of Pale Prim #FFF49E
RGB
CMYK
RGB Variations
Color information
#FFF49E (or 0xFFF49E) is known color: Pale Prim. HEX triplet: FF, F4 and 9E. RGB value is (255,244,158). Sum of RGB (Red+Green+Blue) = 255+244+158=657 (87% of max value = 765). Red value is 255 (100% from 255 or 38.81% from 657); Green value is 244 (95.70% from 255 or 37.14% from 657); Blue value is 158 (62.11% from 255 or 24.05% from 657); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF49E is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFF49E is #000B61. Grayscale: #EDEDED. Windows color (decimal): -2914 or 10417407. OLE color: 10417407.
HSL color Cylindrical-coordinate representation of color #FFF49E: hue angle of 53.2º 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 #FFF49E is Cyan = 0, Magento = 0.04, Yellow = 0.38 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 244 | 158 | - |
| CMYK | 0 | 0.04 | 0.38 | 0 |
| HSL | 53.2º | 1% | 0.81% | - |
| HSV(B) | 53.2º | 0.38% | 1% | - |
| XYZ | 79.76 | 88.43 | 45.21 | - |
| YUV | 237.49 | 83.14 | 140.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 244 | 158 | 0 | 0.04 | 0.38 | 0 | 53.2 | 1 | 0.81 |
| Hex | FF | F4 | 9E | 0 | 4 | 26 | 0 | 35 | 64 | 51 |
| Octal | 377 | 364 | 236 | 0 | 4 | 46 | 0 | 65 | 144 | 121 |
| Binary | 11111111 | 11110100 | 10011110 | 0 | 100 | 100110 | 0 | 110101 | 1100100 | 1010001 |
Color Harmonies of #FFF49E
Complementary color
Monochromatic Colors of #FFF49E
Black with #FFF49E
Text Example
Text Example
White with #FFF49E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF49E; }
p { color: rgb(255,244,158); }
H1.HeaderClassName
{
color: #FFF49E;
}
.AnyTagClassName
{
color: #FFF49E;
}
</style>
background-color css
<style>
a { background-color: #FFF49E; }
a { background-color: rgb(255,244,158); }
div.DivClassName
{
background-color: #FFF49E;
}
.BgClassName
{
background-color: #FFF49E;
}
</style>
border-color css
<style>
span { border-color: #FFF49E; }
span { border-color: rgb(255,244,158); }
td.TdClassName
{
border-color: #FFF49E;
}
.TagClassName
{
border-color: #FFF49E;
}
</style>