Shades of Dolly #FBFF7A
Tints of Dolly #FBFF7A
RGB
CMYK
RGB Variations
Color information
#FBFF7A (or 0xFBFF7A) is known color: Dolly. HEX triplet: FB, FF and 7A. RGB value is (251,255,122). Sum of RGB (Red+Green+Blue) = 251+255+122=628 (83% of max value = 765). Red value is 251 (98.44% from 255 or 39.97% from 628); Green value is 255 (100% from 255 or 40.61% from 628); Blue value is 122 (48.05% from 255 or 19.43% from 628); Max value from RGB is 255 - color contains mainly: green. Hex color #FBFF7A is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FBFF7A is #040085. Grayscale: #EFEFEF. Windows color (decimal): -262278 or 8060923. OLE color: 8060923.
HSL color Cylindrical-coordinate representation of color #FBFF7A: hue angle of 61.8º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #FBFF7A is Cyan = 0.02, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.
Color convert
| RGB | 251 | 255 | 122 | - |
| CMYK | 0.02 | 0 | 0.52 | 0 |
| HSL | 61.8º | 1% | 0.74% | - |
| HSV(B) | 61.8º | 0.52% | 1% | - |
| XYZ | 79.06 | 93.43 | 32.28 | - |
| YUV | 238.64 | 62.17 | 136.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 255 | 122 | 0.02 | 0 | 0.52 | 0 | 61.8 | 1 | 0.74 |
| Hex | FB | FF | 7A | 2 | 0 | 34 | 0 | 3E | 64 | 4A |
| Octal | 373 | 377 | 172 | 2 | 0 | 64 | 0 | 76 | 144 | 112 |
| Binary | 11111011 | 11111111 | 1111010 | 10 | 0 | 110100 | 0 | 111110 | 1100100 | 1001010 |
Color Harmonies of #FBFF7A
Complementary color
Monochromatic Colors of #FBFF7A
Black with #FBFF7A
Text Example
Text Example
White with #FBFF7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBFF7A; }
p { color: rgb(251,255,122); }
H1.HeaderClassName
{
color: #FBFF7A;
}
.AnyTagClassName
{
color: #FBFF7A;
}
</style>
background-color css
<style>
a { background-color: #FBFF7A; }
a { background-color: rgb(251,255,122); }
div.DivClassName
{
background-color: #FBFF7A;
}
.BgClassName
{
background-color: #FBFF7A;
}
</style>
border-color css
<style>
span { border-color: #FBFF7A; }
span { border-color: rgb(251,255,122); }
td.TdClassName
{
border-color: #FBFF7A;
}
.TagClassName
{
border-color: #FBFF7A;
}
</style>