Shades of Paris Daisy #FBFC4E
Tints of Paris Daisy #FBFC4E
RGB
CMYK
RGB Variations
Color information
#FBFC4E (or 0xFBFC4E) is known color: Paris Daisy. HEX triplet: FB, FC and 4E. RGB value is (251,252,78). Sum of RGB (Red+Green+Blue) = 251+252+78=581 (76% of max value = 765). Red value is 251 (98.44% from 255 or 43.20% from 581); Green value is 252 (98.83% from 255 or 43.37% from 581); Blue value is 78 (30.86% from 255 or 13.43% from 581); Max value from RGB is 252 - color contains mainly: green. Hex color #FBFC4E is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FBFC4E is #0403B1. Grayscale: #E8E8E8. Windows color (decimal): -263090 or 5176571. OLE color: 5176571.
HSL color Cylindrical-coordinate representation of color #FBFC4E: hue angle of 60.34º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #FBFC4E is Cyan = 0.00, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 251 | 252 | 78 | - |
| CMYK | 0.00 | 0 | 0.69 | 0.01 |
| HSL | 60.34º | 0.97% | 0.65% | - |
| HSV(B) | 60.34º | 0.69% | 0.99% | - |
| XYZ | 75.97 | 90.68 | 20.71 | - |
| YUV | 231.87 | 41.17 | 141.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 252 | 78 | 0.00 | 0 | 0.69 | 0.01 | 60.34 | 0.97 | 0.65 |
| Hex | FB | FC | 4E | 0 | 0 | 45 | 1 | 3C | 61 | 41 |
| Octal | 373 | 374 | 116 | 0 | 0 | 105 | 1 | 74 | 141 | 101 |
| Binary | 11111011 | 11111100 | 1001110 | 0 | 0 | 1000101 | 1 | 111100 | 1100001 | 1000001 |
Color Harmonies of #FBFC4E
Complementary color
Monochromatic Colors of #FBFC4E
Black with #FBFC4E
Text Example
Text Example
White with #FBFC4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBFC4E; }
p { color: rgb(251,252,78); }
H1.HeaderClassName
{
color: #FBFC4E;
}
.AnyTagClassName
{
color: #FBFC4E;
}
</style>
background-color css
<style>
a { background-color: #FBFC4E; }
a { background-color: rgb(251,252,78); }
div.DivClassName
{
background-color: #FBFC4E;
}
.BgClassName
{
background-color: #FBFC4E;
}
</style>
border-color css
<style>
span { border-color: #FBFC4E; }
span { border-color: rgb(251,252,78); }
td.TdClassName
{
border-color: #FBFC4E;
}
.TagClassName
{
border-color: #FBFC4E;
}
</style>