Shades of Dolly #FAFF77
Tints of Dolly #FAFF77
RGB
CMYK
RGB Variations
Color information
#FAFF77 (or 0xFAFF77) is known color: Dolly. HEX triplet: FA, FF and 77. RGB value is (250,255,119). Sum of RGB (Red+Green+Blue) = 250+255+119=624 (82% of max value = 765). Red value is 250 (98.05% from 255 or 40.06% from 624); Green value is 255 (100% from 255 or 40.87% from 624); Blue value is 119 (46.88% from 255 or 19.07% from 624); Max value from RGB is 255 - color contains mainly: green. Hex color #FAFF77 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FAFF77 is #050088. Grayscale: #EEEEEE. Windows color (decimal): -327817 or 7864314. OLE color: 7864314.
HSL color Cylindrical-coordinate representation of color #FAFF77: hue angle of 62.21º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #FAFF77 is Cyan = 0.02, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.
Color convert
| RGB | 250 | 255 | 119 | - |
| CMYK | 0.02 | 0 | 0.53 | 0 |
| HSL | 62.21º | 1% | 0.73% | - |
| HSV(B) | 62.21º | 0.53% | 1% | - |
| XYZ | 78.51 | 93.18 | 31.3 | - |
| YUV | 238 | 60.84 | 136.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 255 | 119 | 0.02 | 0 | 0.53 | 0 | 62.21 | 1 | 0.73 |
| Hex | FA | FF | 77 | 2 | 0 | 35 | 0 | 3E | 64 | 49 |
| Octal | 372 | 377 | 167 | 2 | 0 | 65 | 0 | 76 | 144 | 111 |
| Binary | 11111010 | 11111111 | 1110111 | 10 | 0 | 110101 | 0 | 111110 | 1100100 | 1001001 |
Color Harmonies of #FAFF77
Complementary color
Monochromatic Colors of #FAFF77
Black with #FAFF77
Text Example
Text Example
White with #FAFF77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAFF77; }
p { color: rgb(250,255,119); }
H1.HeaderClassName
{
color: #FAFF77;
}
.AnyTagClassName
{
color: #FAFF77;
}
</style>
background-color css
<style>
a { background-color: #FAFF77; }
a { background-color: rgb(250,255,119); }
div.DivClassName
{
background-color: #FAFF77;
}
.BgClassName
{
background-color: #FAFF77;
}
</style>
border-color css
<style>
span { border-color: #FAFF77; }
span { border-color: rgb(250,255,119); }
td.TdClassName
{
border-color: #FAFF77;
}
.TagClassName
{
border-color: #FAFF77;
}
</style>