Shades of Dolly #FBFE7B
Tints of Dolly #FBFE7B
RGB
CMYK
RGB Variations
Color information
#FBFE7B (or 0xFBFE7B) is known color: Dolly. HEX triplet: FB, FE and 7B. RGB value is (251,254,123). Sum of RGB (Red+Green+Blue) = 251+254+123=628 (83% of max value = 765). Red value is 251 (98.44% from 255 or 39.97% from 628); Green value is 254 (99.61% from 255 or 40.45% from 628); Blue value is 123 (48.44% from 255 or 19.59% from 628); Max value from RGB is 254 - color contains mainly: green. Hex color #FBFE7B is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FBFE7B is #040184. Grayscale: #EEEEEE. Windows color (decimal): -262533 or 8126203. OLE color: 8126203.
HSL color Cylindrical-coordinate representation of color #FBFE7B: hue angle of 61.37º degrees, saturation: 0.98, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #FBFE7B is Cyan = 0.01, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 251 | 254 | 123 | - |
| CMYK | 0.01 | 0 | 0.52 | 0.00 |
| HSL | 61.37º | 0.98% | 0.74% | - |
| HSV(B) | 61.37º | 0.52% | 1% | - |
| XYZ | 78.8 | 92.82 | 32.5 | - |
| YUV | 238.17 | 63.01 | 137.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 254 | 123 | 0.01 | 0 | 0.52 | 0.00 | 61.37 | 0.98 | 0.74 |
| Hex | FB | FE | 7B | 1 | 0 | 34 | 0 | 3D | 62 | 4A |
| Octal | 373 | 376 | 173 | 1 | 0 | 64 | 0 | 75 | 142 | 112 |
| Binary | 11111011 | 11111110 | 1111011 | 1 | 0 | 110100 | 0 | 111101 | 1100010 | 1001010 |
Color Harmonies of #FBFE7B
Complementary color
Monochromatic Colors of #FBFE7B
Black with #FBFE7B
Text Example
Text Example
White with #FBFE7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBFE7B; }
p { color: rgb(251,254,123); }
H1.HeaderClassName
{
color: #FBFE7B;
}
.AnyTagClassName
{
color: #FBFE7B;
}
</style>
background-color css
<style>
a { background-color: #FBFE7B; }
a { background-color: rgb(251,254,123); }
div.DivClassName
{
background-color: #FBFE7B;
}
.BgClassName
{
background-color: #FBFE7B;
}
</style>
border-color css
<style>
span { border-color: #FBFE7B; }
span { border-color: rgb(251,254,123); }
td.TdClassName
{
border-color: #FBFE7B;
}
.TagClassName
{
border-color: #FBFE7B;
}
</style>