Shades of Dolly #FAFE78
Tints of Dolly #FAFE78
RGB
CMYK
RGB Variations
Color information
#FAFE78 (or 0xFAFE78) is known color: Dolly. HEX triplet: FA, FE and 78. RGB value is (250,254,120). Sum of RGB (Red+Green+Blue) = 250+254+120=624 (82% of max value = 765). Red value is 250 (98.05% from 255 or 40.06% from 624); Green value is 254 (99.61% from 255 or 40.71% from 624); Blue value is 120 (47.27% from 255 or 19.23% from 624); Max value from RGB is 254 - color contains mainly: green. Hex color #FAFE78 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FAFE78 is #050187. Grayscale: #EEEEEE. Windows color (decimal): -328072 or 7929594. OLE color: 7929594.
HSL color Cylindrical-coordinate representation of color #FAFE78: hue angle of 61.79º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #FAFE78 is Cyan = 0.02, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 250 | 254 | 120 | - |
| CMYK | 0.02 | 0 | 0.53 | 0.00 |
| HSL | 61.79º | 0.99% | 0.73% | - |
| HSV(B) | 61.79º | 0.53% | 1% | - |
| XYZ | 78.26 | 92.56 | 31.51 | - |
| YUV | 237.53 | 61.67 | 136.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 254 | 120 | 0.02 | 0 | 0.53 | 0.00 | 61.79 | 0.99 | 0.73 |
| Hex | FA | FE | 78 | 2 | 0 | 35 | 0 | 3E | 63 | 49 |
| Octal | 372 | 376 | 170 | 2 | 0 | 65 | 0 | 76 | 143 | 111 |
| Binary | 11111010 | 11111110 | 1111000 | 10 | 0 | 110101 | 0 | 111110 | 1100011 | 1001001 |
Color Harmonies of #FAFE78
Complementary color
Monochromatic Colors of #FAFE78
Black with #FAFE78
Text Example
Text Example
White with #FAFE78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAFE78; }
p { color: rgb(250,254,120); }
H1.HeaderClassName
{
color: #FAFE78;
}
.AnyTagClassName
{
color: #FAFE78;
}
</style>
background-color css
<style>
a { background-color: #FAFE78; }
a { background-color: rgb(250,254,120); }
div.DivClassName
{
background-color: #FAFE78;
}
.BgClassName
{
background-color: #FAFE78;
}
</style>
border-color css
<style>
span { border-color: #FAFE78; }
span { border-color: rgb(250,254,120); }
td.TdClassName
{
border-color: #FAFE78;
}
.TagClassName
{
border-color: #FAFE78;
}
</style>