Shades of Dolly #FAFF76
Tints of Dolly #FAFF76
RGB
CMYK
RGB Variations
Color information
#FAFF76 (or 0xFAFF76) is known color: Dolly. HEX triplet: FA, FF and 76. RGB value is (250,255,118). Sum of RGB (Red+Green+Blue) = 250+255+118=623 (82% of max value = 765). Red value is 250 (98.05% from 255 or 40.13% from 623); Green value is 255 (100% from 255 or 40.93% from 623); Blue value is 118 (46.48% from 255 or 18.94% from 623); Max value from RGB is 255 - color contains mainly: green. Hex color #FAFF76 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FAFF76 is #050089. Grayscale: #EEEEEE. Windows color (decimal): -327818 or 7798778. OLE color: 7798778.
HSL color Cylindrical-coordinate representation of color #FAFF76: hue angle of 62.19º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #FAFF76 is Cyan = 0.02, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.
Color convert
| RGB | 250 | 255 | 118 | - |
| CMYK | 0.02 | 0 | 0.54 | 0 |
| HSL | 62.19º | 1% | 0.73% | - |
| HSV(B) | 62.19º | 0.54% | 1% | - |
| XYZ | 78.45 | 93.15 | 30.98 | - |
| YUV | 237.89 | 60.34 | 136.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 255 | 118 | 0.02 | 0 | 0.54 | 0 | 62.19 | 1 | 0.73 |
| Hex | FA | FF | 76 | 2 | 0 | 36 | 0 | 3E | 64 | 49 |
| Octal | 372 | 377 | 166 | 2 | 0 | 66 | 0 | 76 | 144 | 111 |
| Binary | 11111010 | 11111111 | 1110110 | 10 | 0 | 110110 | 0 | 111110 | 1100100 | 1001001 |
Color Harmonies of #FAFF76
Complementary color
Monochromatic Colors of #FAFF76
Black with #FAFF76
Text Example
Text Example
White with #FAFF76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAFF76; }
p { color: rgb(250,255,118); }
H1.HeaderClassName
{
color: #FAFF76;
}
.AnyTagClassName
{
color: #FAFF76;
}
</style>
background-color css
<style>
a { background-color: #FAFF76; }
a { background-color: rgb(250,255,118); }
div.DivClassName
{
background-color: #FAFF76;
}
.BgClassName
{
background-color: #FAFF76;
}
</style>
border-color css
<style>
span { border-color: #FAFF76; }
span { border-color: rgb(250,255,118); }
td.TdClassName
{
border-color: #FAFF76;
}
.TagClassName
{
border-color: #FAFF76;
}
</style>