Shades of Dolly #FBFF7D
Tints of Dolly #FBFF7D
RGB
CMYK
RGB Variations
Color information
#FBFF7D (or 0xFBFF7D) is known color: Dolly. HEX triplet: FB, FF and 7D. RGB value is (251,255,125). Sum of RGB (Red+Green+Blue) = 251+255+125=631 (83% of max value = 765). Red value is 251 (98.44% from 255 or 39.78% from 631); Green value is 255 (100% from 255 or 40.41% from 631); Blue value is 125 (49.22% from 255 or 19.81% from 631); Max value from RGB is 255 - color contains mainly: green. Hex color #FBFF7D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FBFF7D is #040082. Grayscale: #EFEFEF. Windows color (decimal): -262275 or 8257531. OLE color: 8257531.
HSL color Cylindrical-coordinate representation of color #FBFF7D: hue angle of 61.85º 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 #FBFF7D is Cyan = 0.02, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.
Color convert
| RGB | 251 | 255 | 125 | - |
| CMYK | 0.02 | 0 | 0.51 | 0 |
| HSL | 61.85º | 1% | 0.75% | - |
| HSV(B) | 61.85º | 0.51% | 1% | - |
| XYZ | 79.25 | 93.51 | 33.27 | - |
| YUV | 238.98 | 63.67 | 136.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 255 | 125 | 0.02 | 0 | 0.51 | 0 | 61.85 | 1 | 0.75 |
| Hex | FB | FF | 7D | 2 | 0 | 33 | 0 | 3E | 64 | 4B |
| Octal | 373 | 377 | 175 | 2 | 0 | 63 | 0 | 76 | 144 | 113 |
| Binary | 11111011 | 11111111 | 1111101 | 10 | 0 | 110011 | 0 | 111110 | 1100100 | 1001011 |
Color Harmonies of #FBFF7D
Complementary color
Monochromatic Colors of #FBFF7D
Black with #FBFF7D
Text Example
Text Example
White with #FBFF7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBFF7D; }
p { color: rgb(251,255,125); }
H1.HeaderClassName
{
color: #FBFF7D;
}
.AnyTagClassName
{
color: #FBFF7D;
}
</style>
background-color css
<style>
a { background-color: #FBFF7D; }
a { background-color: rgb(251,255,125); }
div.DivClassName
{
background-color: #FBFF7D;
}
.BgClassName
{
background-color: #FBFF7D;
}
</style>
border-color css
<style>
span { border-color: #FBFF7D; }
span { border-color: rgb(251,255,125); }
td.TdClassName
{
border-color: #FBFF7D;
}
.TagClassName
{
border-color: #FBFF7D;
}
</style>