Shades of Dolly #FBFF7E
Tints of Dolly #FBFF7E
RGB
CMYK
RGB Variations
Color information
#FBFF7E (or 0xFBFF7E) is known color: Dolly. HEX triplet: FB, FF and 7E. RGB value is (251,255,126). Sum of RGB (Red+Green+Blue) = 251+255+126=632 (83% of max value = 765). Red value is 251 (98.44% from 255 or 39.72% from 632); Green value is 255 (100% from 255 or 40.35% from 632); Blue value is 126 (49.61% from 255 or 19.94% from 632); Max value from RGB is 255 - color contains mainly: green. Hex color #FBFF7E is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FBFF7E is #040081. Grayscale: #EFEFEF. Windows color (decimal): -262274 or 8323067. OLE color: 8323067.
HSL color Cylindrical-coordinate representation of color #FBFF7E: hue angle of 61.86º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #FBFF7E is Cyan = 0.02, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.
Color convert
| RGB | 251 | 255 | 126 | - |
| CMYK | 0.02 | 0 | 0.51 | 0 |
| HSL | 61.86º | 1% | 0.75% | - |
| HSV(B) | 61.86º | 0.51% | 1% | - |
| XYZ | 79.31 | 93.54 | 33.61 | - |
| YUV | 239.1 | 64.17 | 136.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 255 | 126 | 0.02 | 0 | 0.51 | 0 | 61.86 | 1 | 0.75 |
| Hex | FB | FF | 7E | 2 | 0 | 33 | 0 | 3E | 64 | 4B |
| Octal | 373 | 377 | 176 | 2 | 0 | 63 | 0 | 76 | 144 | 113 |
| Binary | 11111011 | 11111111 | 1111110 | 10 | 0 | 110011 | 0 | 111110 | 1100100 | 1001011 |
Color Harmonies of #FBFF7E
Complementary color
Monochromatic Colors of #FBFF7E
Black with #FBFF7E
Text Example
Text Example
White with #FBFF7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBFF7E; }
p { color: rgb(251,255,126); }
H1.HeaderClassName
{
color: #FBFF7E;
}
.AnyTagClassName
{
color: #FBFF7E;
}
</style>
background-color css
<style>
a { background-color: #FBFF7E; }
a { background-color: rgb(251,255,126); }
div.DivClassName
{
background-color: #FBFF7E;
}
.BgClassName
{
background-color: #FBFF7E;
}
</style>
border-color css
<style>
span { border-color: #FBFF7E; }
span { border-color: rgb(251,255,126); }
td.TdClassName
{
border-color: #FBFF7E;
}
.TagClassName
{
border-color: #FBFF7E;
}
</style>