Shades of Paris Daisy #FBFF4E
Tints of Paris Daisy #FBFF4E
RGB
CMYK
RGB Variations
Color information
#FBFF4E (or 0xFBFF4E) is known color: Paris Daisy. HEX triplet: FB, FF and 4E. RGB value is (251,255,78). Sum of RGB (Red+Green+Blue) = 251+255+78=584 (77% of max value = 765). Red value is 251 (98.44% from 255 or 42.98% from 584); Green value is 255 (100% from 255 or 43.66% from 584); Blue value is 78 (30.86% from 255 or 13.36% from 584); Max value from RGB is 255 - color contains mainly: green. Hex color #FBFF4E is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FBFF4E is #0400B1. Grayscale: #EAEAEA. Windows color (decimal): -262322 or 5177339. OLE color: 5177339.
HSL color Cylindrical-coordinate representation of color #FBFF4E: hue angle of 61.36º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #FBFF4E is Cyan = 0.02, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.
Color convert
| RGB | 251 | 255 | 78 | - |
| CMYK | 0.02 | 0 | 0.69 | 0 |
| HSL | 61.36º | 1% | 0.65% | - |
| HSV(B) | 61.36º | 0.69% | 1% | - |
| XYZ | 76.92 | 92.58 | 21.02 | - |
| YUV | 233.63 | 40.17 | 140.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 255 | 78 | 0.02 | 0 | 0.69 | 0 | 61.36 | 1 | 0.65 |
| Hex | FB | FF | 4E | 2 | 0 | 45 | 0 | 3D | 64 | 41 |
| Octal | 373 | 377 | 116 | 2 | 0 | 105 | 0 | 75 | 144 | 101 |
| Binary | 11111011 | 11111111 | 1001110 | 10 | 0 | 1000101 | 0 | 111101 | 1100100 | 1000001 |
Color Harmonies of #FBFF4E
Complementary color
Monochromatic Colors of #FBFF4E
Black with #FBFF4E
Text Example
Text Example
White with #FBFF4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBFF4E; }
p { color: rgb(251,255,78); }
H1.HeaderClassName
{
color: #FBFF4E;
}
.AnyTagClassName
{
color: #FBFF4E;
}
</style>
background-color css
<style>
a { background-color: #FBFF4E; }
a { background-color: rgb(251,255,78); }
div.DivClassName
{
background-color: #FBFF4E;
}
.BgClassName
{
background-color: #FBFF4E;
}
</style>
border-color css
<style>
span { border-color: #FBFF4E; }
span { border-color: rgb(251,255,78); }
td.TdClassName
{
border-color: #FBFF4E;
}
.TagClassName
{
border-color: #FBFF4E;
}
</style>