Shades of Pale Prim #FBF59E
Tints of Pale Prim #FBF59E
RGB
CMYK
RGB Variations
Color information
#FBF59E (or 0xFBF59E) is known color: Pale Prim. HEX triplet: FB, F5 and 9E. RGB value is (251,245,158). Sum of RGB (Red+Green+Blue) = 251+245+158=654 (86% of max value = 765). Red value is 251 (98.44% from 255 or 38.38% from 654); Green value is 245 (96.09% from 255 or 37.46% from 654); Blue value is 158 (62.11% from 255 or 24.16% from 654); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF59E is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FBF59E is #040A61. Grayscale: #EDEDED. Windows color (decimal): -264802 or 10417659. OLE color: 10417659.
HSL color Cylindrical-coordinate representation of color #FBF59E: hue angle of 56.13º degrees, saturation: 0.92, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #FBF59E is Cyan = 0, Magento = 0.02, Yellow = 0.37 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 245 | 158 | - |
| CMYK | 0 | 0.02 | 0.37 | 0.02 |
| HSL | 56.13º | 0.92% | 0.8% | - |
| HSV(B) | 56.13º | 0.37% | 0.98% | - |
| XYZ | 78.61 | 88.28 | 45.24 | - |
| YUV | 236.88 | 83.49 | 138.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 245 | 158 | 0 | 0.02 | 0.37 | 0.02 | 56.13 | 0.92 | 0.8 |
| Hex | FB | F5 | 9E | 0 | 2 | 25 | 2 | 38 | 5C | 50 |
| Octal | 373 | 365 | 236 | 0 | 2 | 45 | 2 | 70 | 134 | 120 |
| Binary | 11111011 | 11110101 | 10011110 | 0 | 10 | 100101 | 10 | 111000 | 1011100 | 1010000 |
Color Harmonies of #FBF59E
Complementary color
Monochromatic Colors of #FBF59E
Black with #FBF59E
Text Example
Text Example
White with #FBF59E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBF59E; }
p { color: rgb(251,245,158); }
H1.HeaderClassName
{
color: #FBF59E;
}
.AnyTagClassName
{
color: #FBF59E;
}
</style>
background-color css
<style>
a { background-color: #FBF59E; }
a { background-color: rgb(251,245,158); }
div.DivClassName
{
background-color: #FBF59E;
}
.BgClassName
{
background-color: #FBF59E;
}
</style>
border-color css
<style>
span { border-color: #FBF59E; }
span { border-color: rgb(251,245,158); }
td.TdClassName
{
border-color: #FBF59E;
}
.TagClassName
{
border-color: #FBF59E;
}
</style>