Shades of Pale Prim #FFF49A
Tints of Pale Prim #FFF49A
RGB
CMYK
RGB Variations
Color information
#FFF49A (or 0xFFF49A) is known color: Pale Prim. HEX triplet: FF, F4 and 9A. RGB value is (255,244,154). Sum of RGB (Red+Green+Blue) = 255+244+154=653 (86% of max value = 765). Red value is 255 (100% from 255 or 39.05% from 653); Green value is 244 (95.70% from 255 or 37.37% from 653); Blue value is 154 (60.55% from 255 or 23.58% from 653); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF49A is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFF49A is #000B65. Grayscale: #EDEDED. Windows color (decimal): -2918 or 10155263. OLE color: 10155263.
HSL color Cylindrical-coordinate representation of color #FFF49A: hue angle of 53.47º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #FFF49A is Cyan = 0, Magento = 0.04, Yellow = 0.40 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 244 | 154 | - |
| CMYK | 0 | 0.04 | 0.40 | 0 |
| HSL | 53.47º | 1% | 0.8% | - |
| HSV(B) | 53.47º | 0.4% | 1% | - |
| XYZ | 79.42 | 88.29 | 43.43 | - |
| YUV | 237.03 | 81.14 | 140.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 244 | 154 | 0 | 0.04 | 0.40 | 0 | 53.47 | 1 | 0.8 |
| Hex | FF | F4 | 9A | 0 | 4 | 28 | 0 | 35 | 64 | 50 |
| Octal | 377 | 364 | 232 | 0 | 4 | 50 | 0 | 65 | 144 | 120 |
| Binary | 11111111 | 11110100 | 10011010 | 0 | 100 | 101000 | 0 | 110101 | 1100100 | 1010000 |
Color Harmonies of #FFF49A
Complementary color
Monochromatic Colors of #FFF49A
Black with #FFF49A
Text Example
Text Example
White with #FFF49A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF49A; }
p { color: rgb(255,244,154); }
H1.HeaderClassName
{
color: #FFF49A;
}
.AnyTagClassName
{
color: #FFF49A;
}
</style>
background-color css
<style>
a { background-color: #FFF49A; }
a { background-color: rgb(255,244,154); }
div.DivClassName
{
background-color: #FFF49A;
}
.BgClassName
{
background-color: #FFF49A;
}
</style>
border-color css
<style>
span { border-color: #FFF49A; }
span { border-color: rgb(255,244,154); }
td.TdClassName
{
border-color: #FFF49A;
}
.TagClassName
{
border-color: #FFF49A;
}
</style>