Shades of Pale Prim #FBF59C
Tints of Pale Prim #FBF59C
RGB
CMYK
RGB Variations
Color information
#FBF59C (or 0xFBF59C) is known color: Pale Prim. HEX triplet: FB, F5 and 9C. RGB value is (251,245,156). Sum of RGB (Red+Green+Blue) = 251+245+156=652 (86% of max value = 765). Red value is 251 (98.44% from 255 or 38.50% from 652); Green value is 245 (96.09% from 255 or 37.58% from 652); Blue value is 156 (61.33% from 255 or 23.93% from 652); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF59C is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FBF59C is #040A63. Grayscale: #EDEDED. Windows color (decimal): -264804 or 10286587. OLE color: 10286587.
HSL color Cylindrical-coordinate representation of color #FBF59C: hue angle of 56.21º degrees, saturation: 0.92, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #FBF59C is Cyan = 0, Magento = 0.02, Yellow = 0.38 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 245 | 156 | - |
| CMYK | 0 | 0.02 | 0.38 | 0.02 |
| HSL | 56.21º | 0.92% | 0.8% | - |
| HSV(B) | 56.21º | 0.38% | 0.98% | - |
| XYZ | 78.44 | 88.21 | 44.35 | - |
| YUV | 236.65 | 82.49 | 138.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 245 | 156 | 0 | 0.02 | 0.38 | 0.02 | 56.21 | 0.92 | 0.8 |
| Hex | FB | F5 | 9C | 0 | 2 | 26 | 2 | 38 | 5C | 50 |
| Octal | 373 | 365 | 234 | 0 | 2 | 46 | 2 | 70 | 134 | 120 |
| Binary | 11111011 | 11110101 | 10011100 | 0 | 10 | 100110 | 10 | 111000 | 1011100 | 1010000 |
Color Harmonies of #FBF59C
Complementary color
Monochromatic Colors of #FBF59C
Black with #FBF59C
Text Example
Text Example
White with #FBF59C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBF59C; }
p { color: rgb(251,245,156); }
H1.HeaderClassName
{
color: #FBF59C;
}
.AnyTagClassName
{
color: #FBF59C;
}
</style>
background-color css
<style>
a { background-color: #FBF59C; }
a { background-color: rgb(251,245,156); }
div.DivClassName
{
background-color: #FBF59C;
}
.BgClassName
{
background-color: #FBF59C;
}
</style>
border-color css
<style>
span { border-color: #FBF59C; }
span { border-color: rgb(251,245,156); }
td.TdClassName
{
border-color: #FBF59C;
}
.TagClassName
{
border-color: #FBF59C;
}
</style>