Shades of Dolly #FBFC76
Tints of Dolly #FBFC76
RGB
CMYK
RGB Variations
Color information
#FBFC76 (or 0xFBFC76) is known color: Dolly. HEX triplet: FB, FC and 76. RGB value is (251,252,118). Sum of RGB (Red+Green+Blue) = 251+252+118=621 (82% of max value = 765). Red value is 251 (98.44% from 255 or 40.42% from 621); Green value is 252 (98.83% from 255 or 40.58% from 621); Blue value is 118 (46.48% from 255 or 19.00% from 621); Max value from RGB is 252 - color contains mainly: green. Hex color #FBFC76 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FBFC76 is #040389. Grayscale: #ECECEC. Windows color (decimal): -263050 or 7798011. OLE color: 7798011.
HSL color Cylindrical-coordinate representation of color #FBFC76: hue angle of 60.45º degrees, saturation: 0.96, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #FBFC76 is Cyan = 0.00, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 251 | 252 | 118 | - |
| CMYK | 0.00 | 0 | 0.53 | 0.01 |
| HSL | 60.45º | 0.96% | 0.73% | - |
| HSV(B) | 60.45º | 0.53% | 0.99% | - |
| XYZ | 77.86 | 91.44 | 30.68 | - |
| YUV | 236.43 | 61.17 | 138.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 252 | 118 | 0.00 | 0 | 0.53 | 0.01 | 60.45 | 0.96 | 0.73 |
| Hex | FB | FC | 76 | 0 | 0 | 35 | 1 | 3C | 60 | 49 |
| Octal | 373 | 374 | 166 | 0 | 0 | 65 | 1 | 74 | 140 | 111 |
| Binary | 11111011 | 11111100 | 1110110 | 0 | 0 | 110101 | 1 | 111100 | 1100000 | 1001001 |
Color Harmonies of #FBFC76
Complementary color
Monochromatic Colors of #FBFC76
Black with #FBFC76
Text Example
Text Example
White with #FBFC76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBFC76; }
p { color: rgb(251,252,118); }
H1.HeaderClassName
{
color: #FBFC76;
}
.AnyTagClassName
{
color: #FBFC76;
}
</style>
background-color css
<style>
a { background-color: #FBFC76; }
a { background-color: rgb(251,252,118); }
div.DivClassName
{
background-color: #FBFC76;
}
.BgClassName
{
background-color: #FBFC76;
}
</style>
border-color css
<style>
span { border-color: #FBFC76; }
span { border-color: rgb(251,252,118); }
td.TdClassName
{
border-color: #FBFC76;
}
.TagClassName
{
border-color: #FBFC76;
}
</style>