Shades of Paris Daisy #FBFE4D
Tints of Paris Daisy #FBFE4D
RGB
CMYK
RGB Variations
Color information
#FBFE4D (or 0xFBFE4D) is known color: Paris Daisy. HEX triplet: FB, FE and 4D. RGB value is (251,254,77). Sum of RGB (Red+Green+Blue) = 251+254+77=582 (77% of max value = 765). Red value is 251 (98.44% from 255 or 43.13% from 582); Green value is 254 (99.61% from 255 or 43.64% from 582); Blue value is 77 (30.47% from 255 or 13.23% from 582); Max value from RGB is 254 - color contains mainly: green. Hex color #FBFE4D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FBFE4D is #0401B2. Grayscale: #E9E9E9. Windows color (decimal): -262579 or 5111547. OLE color: 5111547.
HSL color Cylindrical-coordinate representation of color #FBFE4D: hue angle of 61.02º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #FBFE4D is Cyan = 0.01, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 251 | 254 | 77 | - |
| CMYK | 0.01 | 0 | 0.70 | 0.00 |
| HSL | 61.02º | 0.99% | 0.65% | - |
| HSV(B) | 61.02º | 0.7% | 1% | - |
| XYZ | 76.57 | 91.93 | 20.73 | - |
| YUV | 232.93 | 40.01 | 140.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 254 | 77 | 0.01 | 0 | 0.70 | 0.00 | 61.02 | 0.99 | 0.65 |
| Hex | FB | FE | 4D | 1 | 0 | 46 | 0 | 3D | 63 | 41 |
| Octal | 373 | 376 | 115 | 1 | 0 | 106 | 0 | 75 | 143 | 101 |
| Binary | 11111011 | 11111110 | 1001101 | 1 | 0 | 1000110 | 0 | 111101 | 1100011 | 1000001 |
Color Harmonies of #FBFE4D
Complementary color
Monochromatic Colors of #FBFE4D
Black with #FBFE4D
Text Example
Text Example
White with #FBFE4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBFE4D; }
p { color: rgb(251,254,77); }
H1.HeaderClassName
{
color: #FBFE4D;
}
.AnyTagClassName
{
color: #FBFE4D;
}
</style>
background-color css
<style>
a { background-color: #FBFE4D; }
a { background-color: rgb(251,254,77); }
div.DivClassName
{
background-color: #FBFE4D;
}
.BgClassName
{
background-color: #FBFE4D;
}
</style>
border-color css
<style>
span { border-color: #FBFE4D; }
span { border-color: rgb(251,254,77); }
td.TdClassName
{
border-color: #FBFE4D;
}
.TagClassName
{
border-color: #FBFE4D;
}
</style>