Shades of Pale Prim #FFF49F
Tints of Pale Prim #FFF49F
RGB
CMYK
RGB Variations
Color information
#FFF49F (or 0xFFF49F) is known color: Pale Prim. HEX triplet: FF, F4 and 9F. RGB value is (255,244,159). Sum of RGB (Red+Green+Blue) = 255+244+159=658 (87% of max value = 765). Red value is 255 (100% from 255 or 38.75% from 658); Green value is 244 (95.70% from 255 or 37.08% from 658); Blue value is 159 (62.5% from 255 or 24.16% from 658); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF49F is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFF49F is #000B60. Grayscale: #EDEDED. Windows color (decimal): -2913 or 10482943. OLE color: 10482943.
HSL color Cylindrical-coordinate representation of color #FFF49F: hue angle of 53.12º 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 #FFF49F is Cyan = 0, Magento = 0.04, Yellow = 0.38 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 244 | 159 | - |
| CMYK | 0 | 0.04 | 0.38 | 0 |
| HSL | 53.13º | 1% | 0.81% | - |
| HSV(B) | 53.13º | 0.38% | 1% | - |
| XYZ | 79.85 | 88.46 | 45.67 | - |
| YUV | 237.6 | 83.64 | 140.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 244 | 159 | 0 | 0.04 | 0.38 | 0 | 53.13 | 1 | 0.81 |
| Hex | FF | F4 | 9F | 0 | 4 | 26 | 0 | 35 | 64 | 51 |
| Octal | 377 | 364 | 237 | 0 | 4 | 46 | 0 | 65 | 144 | 121 |
| Binary | 11111111 | 11110100 | 10011111 | 0 | 100 | 100110 | 0 | 110101 | 1100100 | 1010001 |
Color Harmonies of #FFF49F
Complementary color
Monochromatic Colors of #FFF49F
Black with #FFF49F
Text Example
Text Example
White with #FFF49F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF49F; }
p { color: rgb(255,244,159); }
H1.HeaderClassName
{
color: #FFF49F;
}
.AnyTagClassName
{
color: #FFF49F;
}
</style>
background-color css
<style>
a { background-color: #FFF49F; }
a { background-color: rgb(255,244,159); }
div.DivClassName
{
background-color: #FFF49F;
}
.BgClassName
{
background-color: #FFF49F;
}
</style>
border-color css
<style>
span { border-color: #FFF49F; }
span { border-color: rgb(255,244,159); }
td.TdClassName
{
border-color: #FFF49F;
}
.TagClassName
{
border-color: #FFF49F;
}
</style>