Shades of Pale Prim #FFF49B
Tints of Pale Prim #FFF49B
RGB
CMYK
RGB Variations
Color information
#FFF49B (or 0xFFF49B) is known color: Pale Prim. HEX triplet: FF, F4 and 9B. RGB value is (255,244,155). Sum of RGB (Red+Green+Blue) = 255+244+155=654 (86% of max value = 765). Red value is 255 (100% from 255 or 38.99% from 654); Green value is 244 (95.70% from 255 or 37.31% from 654); Blue value is 155 (60.94% from 255 or 23.70% from 654); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF49B is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFF49B is #000B64. Grayscale: #EDEDED. Windows color (decimal): -2917 or 10220799. OLE color: 10220799.
HSL color Cylindrical-coordinate representation of color #FFF49B: hue angle of 53.4º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #FFF49B is Cyan = 0, Magento = 0.04, Yellow = 0.39 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 244 | 155 | - |
| CMYK | 0 | 0.04 | 0.39 | 0 |
| HSL | 53.4º | 1% | 0.8% | - |
| HSV(B) | 53.4º | 0.39% | 1% | - |
| XYZ | 79.51 | 88.33 | 43.87 | - |
| YUV | 237.14 | 81.64 | 140.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 244 | 155 | 0 | 0.04 | 0.39 | 0 | 53.4 | 1 | 0.8 |
| Hex | FF | F4 | 9B | 0 | 4 | 27 | 0 | 35 | 64 | 50 |
| Octal | 377 | 364 | 233 | 0 | 4 | 47 | 0 | 65 | 144 | 120 |
| Binary | 11111111 | 11110100 | 10011011 | 0 | 100 | 100111 | 0 | 110101 | 1100100 | 1010000 |
Color Harmonies of #FFF49B
Complementary color
Monochromatic Colors of #FFF49B
Black with #FFF49B
Text Example
Text Example
White with #FFF49B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF49B; }
p { color: rgb(255,244,155); }
H1.HeaderClassName
{
color: #FFF49B;
}
.AnyTagClassName
{
color: #FFF49B;
}
</style>
background-color css
<style>
a { background-color: #FFF49B; }
a { background-color: rgb(255,244,155); }
div.DivClassName
{
background-color: #FFF49B;
}
.BgClassName
{
background-color: #FFF49B;
}
</style>
border-color css
<style>
span { border-color: #FFF49B; }
span { border-color: rgb(255,244,155); }
td.TdClassName
{
border-color: #FFF49B;
}
.TagClassName
{
border-color: #FFF49B;
}
</style>