Shades of Pale Prim #F6F49F
Tints of Pale Prim #F6F49F
RGB
CMYK
RGB Variations
Color information
#F6F49F (or 0xF6F49F) is known color: Pale Prim. HEX triplet: F6, F4 and 9F. RGB value is (246,244,159). Sum of RGB (Red+Green+Blue) = 246+244+159=649 (85% of max value = 765). Red value is 246 (96.48% from 255 or 37.90% from 649); Green value is 244 (95.70% from 255 or 37.60% from 649); Blue value is 159 (62.5% from 255 or 24.50% from 649); Max value from RGB is 246 - color contains mainly: red. Hex color #F6F49F is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F6F49F is #090B60. Grayscale: #EBEBEB. Windows color (decimal): -592737 or 10482934. OLE color: 10482934.
HSL color Cylindrical-coordinate representation of color #F6F49F: hue angle of 58.62º degrees, saturation: 0.83, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #F6F49F is Cyan = 0, Magento = 0.01, Yellow = 0.35 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 244 | 159 | - |
| CMYK | 0 | 0.01 | 0.35 | 0.04 |
| HSL | 58.62º | 0.83% | 0.79% | - |
| HSV(B) | 58.62º | 0.35% | 0.96% | - |
| XYZ | 76.61 | 86.8 | 45.52 | - |
| YUV | 234.91 | 85.16 | 135.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 244 | 159 | 0 | 0.01 | 0.35 | 0.04 | 58.62 | 0.83 | 0.79 |
| Hex | F6 | F4 | 9F | 0 | 1 | 23 | 4 | 3B | 53 | 4F |
| Octal | 366 | 364 | 237 | 0 | 1 | 43 | 4 | 73 | 123 | 117 |
| Binary | 11110110 | 11110100 | 10011111 | 0 | 1 | 100011 | 100 | 111011 | 1010011 | 1001111 |
Color Harmonies of #F6F49F
Complementary color
Monochromatic Colors of #F6F49F
Black with #F6F49F
Text Example
Text Example
White with #F6F49F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6F49F; }
p { color: rgb(246,244,159); }
H1.HeaderClassName
{
color: #F6F49F;
}
.AnyTagClassName
{
color: #F6F49F;
}
</style>
background-color css
<style>
a { background-color: #F6F49F; }
a { background-color: rgb(246,244,159); }
div.DivClassName
{
background-color: #F6F49F;
}
.BgClassName
{
background-color: #F6F49F;
}
</style>
border-color css
<style>
span { border-color: #F6F49F; }
span { border-color: rgb(246,244,159); }
td.TdClassName
{
border-color: #F6F49F;
}
.TagClassName
{
border-color: #F6F49F;
}
</style>