Shades of Pale Prim #FBF299
Tints of Pale Prim #FBF299
RGB
CMYK
RGB Variations
Color information
#FBF299 (or 0xFBF299) is known color: Pale Prim. HEX triplet: FB, F2 and 99. RGB value is (251,242,153). Sum of RGB (Red+Green+Blue) = 251+242+153=646 (85% of max value = 765). Red value is 251 (98.44% from 255 or 38.85% from 646); Green value is 242 (94.92% from 255 or 37.46% from 646); Blue value is 153 (60.16% from 255 or 23.68% from 646); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF299 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FBF299 is #040D66. Grayscale: #EAEAEA. Windows color (decimal): -265575 or 10089211. OLE color: 10089211.
HSL color Cylindrical-coordinate representation of color #FBF299: hue angle of 54.49º degrees, saturation: 0.92, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #FBF299 is Cyan = 0, Magento = 0.04, Yellow = 0.39 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 242 | 153 | - |
| CMYK | 0 | 0.04 | 0.39 | 0.02 |
| HSL | 54.49º | 0.92% | 0.79% | - |
| HSV(B) | 54.49º | 0.39% | 0.98% | - |
| XYZ | 77.29 | 86.31 | 42.72 | - |
| YUV | 234.55 | 81.98 | 139.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 242 | 153 | 0 | 0.04 | 0.39 | 0.02 | 54.49 | 0.92 | 0.79 |
| Hex | FB | F2 | 99 | 0 | 4 | 27 | 2 | 36 | 5C | 4F |
| Octal | 373 | 362 | 231 | 0 | 4 | 47 | 2 | 66 | 134 | 117 |
| Binary | 11111011 | 11110010 | 10011001 | 0 | 100 | 100111 | 10 | 110110 | 1011100 | 1001111 |
Color Harmonies of #FBF299
Complementary color
Monochromatic Colors of #FBF299
Black with #FBF299
Text Example
Text Example
White with #FBF299
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBF299; }
p { color: rgb(251,242,153); }
H1.HeaderClassName
{
color: #FBF299;
}
.AnyTagClassName
{
color: #FBF299;
}
</style>
background-color css
<style>
a { background-color: #FBF299; }
a { background-color: rgb(251,242,153); }
div.DivClassName
{
background-color: #FBF299;
}
.BgClassName
{
background-color: #FBF299;
}
</style>
border-color css
<style>
span { border-color: #FBF299; }
span { border-color: rgb(251,242,153); }
td.TdClassName
{
border-color: #FBF299;
}
.TagClassName
{
border-color: #FBF299;
}
</style>