Shades of Paris Daisy #FBE356
Tints of Paris Daisy #FBE356
RGB
CMYK
RGB Variations
Color information
#FBE356 (or 0xFBE356) is known color: Paris Daisy. HEX triplet: FB, E3 and 56. RGB value is (251,227,86). Sum of RGB (Red+Green+Blue) = 251+227+86=564 (74% of max value = 765). Red value is 251 (98.44% from 255 or 44.50% from 564); Green value is 227 (89.06% from 255 or 40.25% from 564); Blue value is 86 (33.98% from 255 or 15.25% from 564); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE356 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FBE356 is #041CA9. Grayscale: #DADADA. Windows color (decimal): -269482 or 5694459. OLE color: 5694459.
HSL color Cylindrical-coordinate representation of color #FBE356: hue angle of 51.27º 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 #FBE356 is Cyan = 0, Magento = 0.10, Yellow = 0.66 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 227 | 86 | - |
| CMYK | 0 | 0.10 | 0.66 | 0.02 |
| HSL | 51.27º | 0.95% | 0.66% | - |
| HSV(B) | 51.27º | 0.66% | 0.98% | - |
| XYZ | 68.93 | 76.12 | 19.86 | - |
| YUV | 218.1 | 53.45 | 151.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 227 | 86 | 0 | 0.10 | 0.66 | 0.02 | 51.27 | 0.95 | 0.66 |
| Hex | FB | E3 | 56 | 0 | A | 42 | 2 | 33 | 5F | 42 |
| Octal | 373 | 343 | 126 | 0 | 12 | 102 | 2 | 63 | 137 | 102 |
| Binary | 11111011 | 11100011 | 1010110 | 0 | 1010 | 1000010 | 10 | 110011 | 1011111 | 1000010 |
Color Harmonies of #FBE356
Complementary color
Monochromatic Colors of #FBE356
Black with #FBE356
Text Example
Text Example
White with #FBE356
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBE356; }
p { color: rgb(251,227,86); }
H1.HeaderClassName
{
color: #FBE356;
}
.AnyTagClassName
{
color: #FBE356;
}
</style>
background-color css
<style>
a { background-color: #FBE356; }
a { background-color: rgb(251,227,86); }
div.DivClassName
{
background-color: #FBE356;
}
.BgClassName
{
background-color: #FBE356;
}
</style>
border-color css
<style>
span { border-color: #FBE356; }
span { border-color: rgb(251,227,86); }
td.TdClassName
{
border-color: #FBE356;
}
.TagClassName
{
border-color: #FBE356;
}
</style>