Shades of Paris Daisy #FBFF4B
Tints of Paris Daisy #FBFF4B
RGB
CMYK
RGB Variations
Color information
#FBFF4B (or 0xFBFF4B) is known color: Paris Daisy. HEX triplet: FB, FF and 4B. RGB value is (251,255,75). Sum of RGB (Red+Green+Blue) = 251+255+75=581 (76% of max value = 765). Red value is 251 (98.44% from 255 or 43.20% from 581); Green value is 255 (100% from 255 or 43.89% from 581); Blue value is 75 (29.69% from 255 or 12.91% from 581); Max value from RGB is 255 - color contains mainly: green. Hex color #FBFF4B is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FBFF4B is #0400B4. Grayscale: #EAEAEA. Windows color (decimal): -262325 or 4980731. OLE color: 4980731.
HSL color Cylindrical-coordinate representation of color #FBFF4B: hue angle of 61.33º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #FBFF4B is Cyan = 0.02, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.
Color convert
| RGB | 251 | 255 | 75 | - |
| CMYK | 0.02 | 0 | 0.71 | 0 |
| HSL | 61.33º | 1% | 0.65% | - |
| HSV(B) | 61.33º | 0.71% | 1% | - |
| XYZ | 76.81 | 92.54 | 20.47 | - |
| YUV | 233.28 | 38.67 | 140.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 255 | 75 | 0.02 | 0 | 0.71 | 0 | 61.33 | 1 | 0.65 |
| Hex | FB | FF | 4B | 2 | 0 | 47 | 0 | 3D | 64 | 41 |
| Octal | 373 | 377 | 113 | 2 | 0 | 107 | 0 | 75 | 144 | 101 |
| Binary | 11111011 | 11111111 | 1001011 | 10 | 0 | 1000111 | 0 | 111101 | 1100100 | 1000001 |
Color Harmonies of #FBFF4B
Complementary color
Monochromatic Colors of #FBFF4B
Black with #FBFF4B
Text Example
Text Example
White with #FBFF4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBFF4B; }
p { color: rgb(251,255,75); }
H1.HeaderClassName
{
color: #FBFF4B;
}
.AnyTagClassName
{
color: #FBFF4B;
}
</style>
background-color css
<style>
a { background-color: #FBFF4B; }
a { background-color: rgb(251,255,75); }
div.DivClassName
{
background-color: #FBFF4B;
}
.BgClassName
{
background-color: #FBFF4B;
}
</style>
border-color css
<style>
span { border-color: #FBFF4B; }
span { border-color: rgb(251,255,75); }
td.TdClassName
{
border-color: #FBFF4B;
}
.TagClassName
{
border-color: #FBFF4B;
}
</style>