Shades of Paris Daisy #FBE856
Tints of Paris Daisy #FBE856
RGB
CMYK
RGB Variations
Color information
#FBE856 (or 0xFBE856) is known color: Paris Daisy. HEX triplet: FB, E8 and 56. RGB value is (251,232,86). Sum of RGB (Red+Green+Blue) = 251+232+86=569 (75% of max value = 765). Red value is 251 (98.44% from 255 or 44.11% from 569); Green value is 232 (91.02% from 255 or 40.77% from 569); Blue value is 86 (33.98% from 255 or 15.11% from 569); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE856 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FBE856 is #0417A9. Grayscale: #DDDDDD. Windows color (decimal): -268202 or 5695739. OLE color: 5695739.
HSL color Cylindrical-coordinate representation of color #FBE856: hue angle of 53.09º degrees, saturation: 0.95, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #FBE856 is Cyan = 0, Magento = 0.08, Yellow = 0.66 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 232 | 86 | - |
| CMYK | 0 | 0.08 | 0.66 | 0.02 |
| HSL | 53.09º | 0.95% | 0.66% | - |
| HSV(B) | 53.09º | 0.66% | 0.98% | - |
| XYZ | 70.32 | 78.89 | 20.33 | - |
| YUV | 221.04 | 51.79 | 149.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 232 | 86 | 0 | 0.08 | 0.66 | 0.02 | 53.09 | 0.95 | 0.66 |
| Hex | FB | E8 | 56 | 0 | 8 | 42 | 2 | 35 | 5F | 42 |
| Octal | 373 | 350 | 126 | 0 | 10 | 102 | 2 | 65 | 137 | 102 |
| Binary | 11111011 | 11101000 | 1010110 | 0 | 1000 | 1000010 | 10 | 110101 | 1011111 | 1000010 |
Color Harmonies of #FBE856
Complementary color
Monochromatic Colors of #FBE856
Black with #FBE856
Text Example
Text Example
White with #FBE856
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBE856; }
p { color: rgb(251,232,86); }
H1.HeaderClassName
{
color: #FBE856;
}
.AnyTagClassName
{
color: #FBE856;
}
</style>
background-color css
<style>
a { background-color: #FBE856; }
a { background-color: rgb(251,232,86); }
div.DivClassName
{
background-color: #FBE856;
}
.BgClassName
{
background-color: #FBE856;
}
</style>
border-color css
<style>
span { border-color: #FBE856; }
span { border-color: rgb(251,232,86); }
td.TdClassName
{
border-color: #FBE856;
}
.TagClassName
{
border-color: #FBE856;
}
</style>