Shades of Dolly #FBFF7C
Tints of Dolly #FBFF7C
RGB
CMYK
RGB Variations
Color information
#FBFF7C (or 0xFBFF7C) is known color: Dolly. HEX triplet: FB, FF and 7C. RGB value is (251,255,124). Sum of RGB (Red+Green+Blue) = 251+255+124=630 (83% of max value = 765). Red value is 251 (98.44% from 255 or 39.84% from 630); Green value is 255 (100% from 255 or 40.48% from 630); Blue value is 124 (48.83% from 255 or 19.68% from 630); Max value from RGB is 255 - color contains mainly: green. Hex color #FBFF7C is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FBFF7C is #040083. Grayscale: #EFEFEF. Windows color (decimal): -262276 or 8191995. OLE color: 8191995.
HSL color Cylindrical-coordinate representation of color #FBFF7C: hue angle of 61.83º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #FBFF7C is Cyan = 0.02, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.
Color convert
| RGB | 251 | 255 | 124 | - |
| CMYK | 0.02 | 0 | 0.51 | 0 |
| HSL | 61.83º | 1% | 0.74% | - |
| HSV(B) | 61.83º | 0.51% | 1% | - |
| XYZ | 79.18 | 93.48 | 32.94 | - |
| YUV | 238.87 | 63.17 | 136.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 255 | 124 | 0.02 | 0 | 0.51 | 0 | 61.83 | 1 | 0.74 |
| Hex | FB | FF | 7C | 2 | 0 | 33 | 0 | 3E | 64 | 4A |
| Octal | 373 | 377 | 174 | 2 | 0 | 63 | 0 | 76 | 144 | 112 |
| Binary | 11111011 | 11111111 | 1111100 | 10 | 0 | 110011 | 0 | 111110 | 1100100 | 1001010 |
Color Harmonies of #FBFF7C
Complementary color
Monochromatic Colors of #FBFF7C
Black with #FBFF7C
Text Example
Text Example
White with #FBFF7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBFF7C; }
p { color: rgb(251,255,124); }
H1.HeaderClassName
{
color: #FBFF7C;
}
.AnyTagClassName
{
color: #FBFF7C;
}
</style>
background-color css
<style>
a { background-color: #FBFF7C; }
a { background-color: rgb(251,255,124); }
div.DivClassName
{
background-color: #FBFF7C;
}
.BgClassName
{
background-color: #FBFF7C;
}
</style>
border-color css
<style>
span { border-color: #FBFF7C; }
span { border-color: rgb(251,255,124); }
td.TdClassName
{
border-color: #FBFF7C;
}
.TagClassName
{
border-color: #FBFF7C;
}
</style>