Shades of Dolly #FAFE79
Tints of Dolly #FAFE79
RGB
CMYK
RGB Variations
Color information
#FAFE79 (or 0xFAFE79) is known color: Dolly. HEX triplet: FA, FE and 79. RGB value is (250,254,121). Sum of RGB (Red+Green+Blue) = 250+254+121=625 (82% of max value = 765). Red value is 250 (98.05% from 255 or 40% from 625); Green value is 254 (99.61% from 255 or 40.64% from 625); Blue value is 121 (47.66% from 255 or 19.36% from 625); Max value from RGB is 254 - color contains mainly: green. Hex color #FAFE79 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FAFE79 is #050186. Grayscale: #EEEEEE. Windows color (decimal): -328071 or 7995130. OLE color: 7995130.
HSL color Cylindrical-coordinate representation of color #FAFE79: hue angle of 61.8º degrees, saturation: 0.99, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #FAFE79 is Cyan = 0.02, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 250 | 254 | 121 | - |
| CMYK | 0.02 | 0 | 0.52 | 0.00 |
| HSL | 61.8º | 0.99% | 0.74% | - |
| HSV(B) | 61.8º | 0.52% | 1% | - |
| XYZ | 78.32 | 92.59 | 31.83 | - |
| YUV | 237.64 | 62.17 | 136.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 254 | 121 | 0.02 | 0 | 0.52 | 0.00 | 61.8 | 0.99 | 0.74 |
| Hex | FA | FE | 79 | 2 | 0 | 34 | 0 | 3E | 63 | 4A |
| Octal | 372 | 376 | 171 | 2 | 0 | 64 | 0 | 76 | 143 | 112 |
| Binary | 11111010 | 11111110 | 1111001 | 10 | 0 | 110100 | 0 | 111110 | 1100011 | 1001010 |
Color Harmonies of #FAFE79
Complementary color
Monochromatic Colors of #FAFE79
Black with #FAFE79
Text Example
Text Example
White with #FAFE79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAFE79; }
p { color: rgb(250,254,121); }
H1.HeaderClassName
{
color: #FAFE79;
}
.AnyTagClassName
{
color: #FAFE79;
}
</style>
background-color css
<style>
a { background-color: #FAFE79; }
a { background-color: rgb(250,254,121); }
div.DivClassName
{
background-color: #FAFE79;
}
.BgClassName
{
background-color: #FAFE79;
}
</style>
border-color css
<style>
span { border-color: #FAFE79; }
span { border-color: rgb(250,254,121); }
td.TdClassName
{
border-color: #FAFE79;
}
.TagClassName
{
border-color: #FAFE79;
}
</style>