Shades of Paris Daisy #FBED56
Tints of Paris Daisy #FBED56
RGB
CMYK
RGB Variations
Color information
#FBED56 (or 0xFBED56) is known color: Paris Daisy. HEX triplet: FB, ED and 56. RGB value is (251,237,86). Sum of RGB (Red+Green+Blue) = 251+237+86=574 (76% of max value = 765). Red value is 251 (98.44% from 255 or 43.73% from 574); Green value is 237 (92.97% from 255 or 41.29% from 574); Blue value is 86 (33.98% from 255 or 14.98% from 574); Max value from RGB is 251 - color contains mainly: red. Hex color #FBED56 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FBED56 is #0412A9. Grayscale: #E0E0E0. Windows color (decimal): -266922 or 5697019. OLE color: 5697019.
HSL color Cylindrical-coordinate representation of color #FBED56: hue angle of 54.91º 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 #FBED56 is Cyan = 0, Magento = 0.06, Yellow = 0.66 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 237 | 86 | - |
| CMYK | 0 | 0.06 | 0.66 | 0.02 |
| HSL | 54.91º | 0.95% | 0.66% | - |
| HSV(B) | 54.91º | 0.66% | 0.98% | - |
| XYZ | 71.75 | 81.75 | 20.8 | - |
| YUV | 223.97 | 50.14 | 147.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 237 | 86 | 0 | 0.06 | 0.66 | 0.02 | 54.91 | 0.95 | 0.66 |
| Hex | FB | ED | 56 | 0 | 6 | 42 | 2 | 37 | 5F | 42 |
| Octal | 373 | 355 | 126 | 0 | 6 | 102 | 2 | 67 | 137 | 102 |
| Binary | 11111011 | 11101101 | 1010110 | 0 | 110 | 1000010 | 10 | 110111 | 1011111 | 1000010 |
Color Harmonies of #FBED56
Complementary color
Monochromatic Colors of #FBED56
Black with #FBED56
Text Example
Text Example
White with #FBED56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBED56; }
p { color: rgb(251,237,86); }
H1.HeaderClassName
{
color: #FBED56;
}
.AnyTagClassName
{
color: #FBED56;
}
</style>
background-color css
<style>
a { background-color: #FBED56; }
a { background-color: rgb(251,237,86); }
div.DivClassName
{
background-color: #FBED56;
}
.BgClassName
{
background-color: #FBED56;
}
</style>
border-color css
<style>
span { border-color: #FBED56; }
span { border-color: rgb(251,237,86); }
td.TdClassName
{
border-color: #FBED56;
}
.TagClassName
{
border-color: #FBED56;
}
</style>