Shades of Dolly #FAFE76
Tints of Dolly #FAFE76
RGB
CMYK
RGB Variations
Color information
#FAFE76 (or 0xFAFE76) is known color: Dolly. HEX triplet: FA, FE and 76. RGB value is (250,254,118). Sum of RGB (Red+Green+Blue) = 250+254+118=622 (82% of max value = 765). Red value is 250 (98.05% from 255 or 40.19% from 622); Green value is 254 (99.61% from 255 or 40.84% from 622); Blue value is 118 (46.48% from 255 or 18.97% from 622); Max value from RGB is 254 - color contains mainly: green. Hex color #FAFE76 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FAFE76 is #050189. Grayscale: #EDEDED. Windows color (decimal): -328074 or 7798522. OLE color: 7798522.
HSL color Cylindrical-coordinate representation of color #FAFE76: hue angle of 61.76º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #FAFE76 is Cyan = 0.02, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 250 | 254 | 118 | - |
| CMYK | 0.02 | 0 | 0.54 | 0.00 |
| HSL | 61.76º | 0.99% | 0.73% | - |
| HSV(B) | 61.76º | 0.54% | 1% | - |
| XYZ | 78.14 | 92.52 | 30.88 | - |
| YUV | 237.3 | 60.67 | 137.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 254 | 118 | 0.02 | 0 | 0.54 | 0.00 | 61.76 | 0.99 | 0.73 |
| Hex | FA | FE | 76 | 2 | 0 | 36 | 0 | 3E | 63 | 49 |
| Octal | 372 | 376 | 166 | 2 | 0 | 66 | 0 | 76 | 143 | 111 |
| Binary | 11111010 | 11111110 | 1110110 | 10 | 0 | 110110 | 0 | 111110 | 1100011 | 1001001 |
Color Harmonies of #FAFE76
Complementary color
Monochromatic Colors of #FAFE76
Black with #FAFE76
Text Example
Text Example
White with #FAFE76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAFE76; }
p { color: rgb(250,254,118); }
H1.HeaderClassName
{
color: #FAFE76;
}
.AnyTagClassName
{
color: #FAFE76;
}
</style>
background-color css
<style>
a { background-color: #FAFE76; }
a { background-color: rgb(250,254,118); }
div.DivClassName
{
background-color: #FAFE76;
}
.BgClassName
{
background-color: #FAFE76;
}
</style>
border-color css
<style>
span { border-color: #FAFE76; }
span { border-color: rgb(250,254,118); }
td.TdClassName
{
border-color: #FAFE76;
}
.TagClassName
{
border-color: #FAFE76;
}
</style>