Shades of Pale Prim #FFF49D
Tints of Pale Prim #FFF49D
RGB
CMYK
RGB Variations
Color information
#FFF49D (or 0xFFF49D) is known color: Pale Prim. HEX triplet: FF, F4 and 9D. RGB value is (255,244,157). Sum of RGB (Red+Green+Blue) = 255+244+157=656 (86% of max value = 765). Red value is 255 (100% from 255 or 38.87% from 656); Green value is 244 (95.70% from 255 or 37.20% from 656); Blue value is 157 (61.72% from 255 or 23.93% from 656); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF49D is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFF49D is #000B62. Grayscale: #EDEDED. Windows color (decimal): -2915 or 10351871. OLE color: 10351871.
HSL color Cylindrical-coordinate representation of color #FFF49D: hue angle of 53.27º 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 #FFF49D is Cyan = 0, Magento = 0.04, Yellow = 0.38 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 244 | 157 | - |
| CMYK | 0 | 0.04 | 0.38 | 0 |
| HSL | 53.27º | 1% | 0.81% | - |
| HSV(B) | 53.27º | 0.38% | 1% | - |
| XYZ | 79.68 | 88.4 | 44.76 | - |
| YUV | 237.37 | 82.64 | 140.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 244 | 157 | 0 | 0.04 | 0.38 | 0 | 53.27 | 1 | 0.81 |
| Hex | FF | F4 | 9D | 0 | 4 | 26 | 0 | 35 | 64 | 51 |
| Octal | 377 | 364 | 235 | 0 | 4 | 46 | 0 | 65 | 144 | 121 |
| Binary | 11111111 | 11110100 | 10011101 | 0 | 100 | 100110 | 0 | 110101 | 1100100 | 1010001 |
Color Harmonies of #FFF49D
Complementary color
Monochromatic Colors of #FFF49D
Black with #FFF49D
Text Example
Text Example
White with #FFF49D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF49D; }
p { color: rgb(255,244,157); }
H1.HeaderClassName
{
color: #FFF49D;
}
.AnyTagClassName
{
color: #FFF49D;
}
</style>
background-color css
<style>
a { background-color: #FFF49D; }
a { background-color: rgb(255,244,157); }
div.DivClassName
{
background-color: #FFF49D;
}
.BgClassName
{
background-color: #FFF49D;
}
</style>
border-color css
<style>
span { border-color: #FFF49D; }
span { border-color: rgb(255,244,157); }
td.TdClassName
{
border-color: #FFF49D;
}
.TagClassName
{
border-color: #FFF49D;
}
</style>