Shades of Paris Daisy #FBFD4D
Tints of Paris Daisy #FBFD4D
RGB
CMYK
RGB Variations
Color information
#FBFD4D (or 0xFBFD4D) is known color: Paris Daisy. HEX triplet: FB, FD and 4D. RGB value is (251,253,77). Sum of RGB (Red+Green+Blue) = 251+253+77=581 (76% of max value = 765). Red value is 251 (98.44% from 255 or 43.20% from 581); Green value is 253 (99.22% from 255 or 43.55% from 581); Blue value is 77 (30.47% from 255 or 13.25% from 581); Max value from RGB is 253 - color contains mainly: green. Hex color #FBFD4D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FBFD4D is #0402B2. Grayscale: #E9E9E9. Windows color (decimal): -262835 or 5111291. OLE color: 5111291.
HSL color Cylindrical-coordinate representation of color #FBFD4D: hue angle of 60.68º degrees, saturation: 0.98, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #FBFD4D is Cyan = 0.01, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 251 | 253 | 77 | - |
| CMYK | 0.01 | 0 | 0.70 | 0.01 |
| HSL | 60.68º | 0.98% | 0.65% | - |
| HSV(B) | 60.68º | 0.7% | 0.99% | - |
| XYZ | 76.25 | 91.3 | 20.62 | - |
| YUV | 232.34 | 40.34 | 141.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 253 | 77 | 0.01 | 0 | 0.70 | 0.01 | 60.68 | 0.98 | 0.65 |
| Hex | FB | FD | 4D | 1 | 0 | 46 | 1 | 3D | 62 | 41 |
| Octal | 373 | 375 | 115 | 1 | 0 | 106 | 1 | 75 | 142 | 101 |
| Binary | 11111011 | 11111101 | 1001101 | 1 | 0 | 1000110 | 1 | 111101 | 1100010 | 1000001 |
Color Harmonies of #FBFD4D
Complementary color
Monochromatic Colors of #FBFD4D
Black with #FBFD4D
Text Example
Text Example
White with #FBFD4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBFD4D; }
p { color: rgb(251,253,77); }
H1.HeaderClassName
{
color: #FBFD4D;
}
.AnyTagClassName
{
color: #FBFD4D;
}
</style>
background-color css
<style>
a { background-color: #FBFD4D; }
a { background-color: rgb(251,253,77); }
div.DivClassName
{
background-color: #FBFD4D;
}
.BgClassName
{
background-color: #FBFD4D;
}
</style>
border-color css
<style>
span { border-color: #FBFD4D; }
span { border-color: rgb(251,253,77); }
td.TdClassName
{
border-color: #FBFD4D;
}
.TagClassName
{
border-color: #FBFD4D;
}
</style>