Shades of Dolly #FBFD7B
Tints of Dolly #FBFD7B
RGB
CMYK
RGB Variations
Color information
#FBFD7B (or 0xFBFD7B) is known color: Dolly. HEX triplet: FB, FD and 7B. RGB value is (251,253,123). Sum of RGB (Red+Green+Blue) = 251+253+123=627 (83% of max value = 765). Red value is 251 (98.44% from 255 or 40.03% from 627); Green value is 253 (99.22% from 255 or 40.35% from 627); Blue value is 123 (48.44% from 255 or 19.62% from 627); Max value from RGB is 253 - color contains mainly: green. Hex color #FBFD7B is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FBFD7B is #040284. Grayscale: #EEEEEE. Windows color (decimal): -262789 or 8125947. OLE color: 8125947.
HSL color Cylindrical-coordinate representation of color #FBFD7B: hue angle of 60.92º degrees, saturation: 0.97, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #FBFD7B is Cyan = 0.01, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 251 | 253 | 123 | - |
| CMYK | 0.01 | 0 | 0.51 | 0.01 |
| HSL | 60.92º | 0.97% | 0.74% | - |
| HSV(B) | 60.92º | 0.51% | 0.99% | - |
| XYZ | 78.48 | 92.19 | 32.4 | - |
| YUV | 237.58 | 63.34 | 137.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 253 | 123 | 0.01 | 0 | 0.51 | 0.01 | 60.92 | 0.97 | 0.74 |
| Hex | FB | FD | 7B | 1 | 0 | 33 | 1 | 3D | 61 | 4A |
| Octal | 373 | 375 | 173 | 1 | 0 | 63 | 1 | 75 | 141 | 112 |
| Binary | 11111011 | 11111101 | 1111011 | 1 | 0 | 110011 | 1 | 111101 | 1100001 | 1001010 |
Color Harmonies of #FBFD7B
Complementary color
Monochromatic Colors of #FBFD7B
Black with #FBFD7B
Text Example
Text Example
White with #FBFD7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBFD7B; }
p { color: rgb(251,253,123); }
H1.HeaderClassName
{
color: #FBFD7B;
}
.AnyTagClassName
{
color: #FBFD7B;
}
</style>
background-color css
<style>
a { background-color: #FBFD7B; }
a { background-color: rgb(251,253,123); }
div.DivClassName
{
background-color: #FBFD7B;
}
.BgClassName
{
background-color: #FBFD7B;
}
</style>
border-color css
<style>
span { border-color: #FBFD7B; }
span { border-color: rgb(251,253,123); }
td.TdClassName
{
border-color: #FBFD7B;
}
.TagClassName
{
border-color: #FBFD7B;
}
</style>