Shades of Paris Daisy #FBFF47
Tints of Paris Daisy #FBFF47
RGB
CMYK
RGB Variations
Color information
#FBFF47 (or 0xFBFF47) is known color: Paris Daisy. HEX triplet: FB, FF and 47. RGB value is (251,255,71). Sum of RGB (Red+Green+Blue) = 251+255+71=577 (76% of max value = 765). Red value is 251 (98.44% from 255 or 43.50% from 577); Green value is 255 (100% from 255 or 44.19% from 577); Blue value is 71 (28.12% from 255 or 12.31% from 577); Max value from RGB is 255 - color contains mainly: green. Hex color #FBFF47 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FBFF47 is #0400B8. Grayscale: #E9E9E9. Windows color (decimal): -262329 or 4718587. OLE color: 4718587.
HSL color Cylindrical-coordinate representation of color #FBFF47: hue angle of 61.3º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #FBFF47 is Cyan = 0.02, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.
Color convert
| RGB | 251 | 255 | 71 | - |
| CMYK | 0.02 | 0 | 0.72 | 0 |
| HSL | 61.3º | 1% | 0.64% | - |
| HSV(B) | 61.3º | 0.72% | 1% | - |
| XYZ | 76.68 | 92.48 | 19.77 | - |
| YUV | 232.83 | 36.67 | 140.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 255 | 71 | 0.02 | 0 | 0.72 | 0 | 61.3 | 1 | 0.64 |
| Hex | FB | FF | 47 | 2 | 0 | 48 | 0 | 3D | 64 | 40 |
| Octal | 373 | 377 | 107 | 2 | 0 | 110 | 0 | 75 | 144 | 100 |
| Binary | 11111011 | 11111111 | 1000111 | 10 | 0 | 1001000 | 0 | 111101 | 1100100 | 1000000 |
Color Harmonies of #FBFF47
Complementary color
Monochromatic Colors of #FBFF47
Black with #FBFF47
Text Example
Text Example
White with #FBFF47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBFF47; }
p { color: rgb(251,255,71); }
H1.HeaderClassName
{
color: #FBFF47;
}
.AnyTagClassName
{
color: #FBFF47;
}
</style>
background-color css
<style>
a { background-color: #FBFF47; }
a { background-color: rgb(251,255,71); }
div.DivClassName
{
background-color: #FBFF47;
}
.BgClassName
{
background-color: #FBFF47;
}
</style>
border-color css
<style>
span { border-color: #FBFF47; }
span { border-color: rgb(251,255,71); }
td.TdClassName
{
border-color: #FBFF47;
}
.TagClassName
{
border-color: #FBFF47;
}
</style>