Shades of Dolly #FAFA70
Tints of Dolly #FAFA70
RGB
CMYK
RGB Variations
Color information
#FAFA70 (or 0xFAFA70) is known color: Dolly. HEX triplet: FA, FA and 70. RGB value is (250,250,112). Sum of RGB (Red+Green+Blue) = 250+250+112=612 (81% of max value = 765). Red value is 250 (98.05% from 255 or 40.85% from 612); Green value is 250 (98.05% from 255 or 40.85% from 612); Blue value is 112 (44.14% from 255 or 18.30% from 612); Max value from RGB is 250 - color contains mainly: red, green. Hex color #FAFA70 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FAFA70 is #05058F. Grayscale: #EAEAEA. Windows color (decimal): -329104 or 7404282. OLE color: 7404282.
HSL color Cylindrical-coordinate representation of color #FAFA70: hue angle of 60º degrees, saturation: 0.93, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #FAFA70 is Cyan = 0, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 250 | 112 | - |
| CMYK | 0 | 0 | 0.55 | 0.02 |
| HSL | 60º | 0.93% | 0.71% | - |
| HSV(B) | 60º | 0.55% | 0.98% | - |
| XYZ | 76.53 | 89.87 | 28.64 | - |
| YUV | 234.27 | 59 | 139.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 250 | 112 | 0 | 0 | 0.55 | 0.02 | 60 | 0.93 | 0.71 |
| Hex | FA | FA | 70 | 0 | 0 | 37 | 2 | 3C | 5D | 47 |
| Octal | 372 | 372 | 160 | 0 | 0 | 67 | 2 | 74 | 135 | 107 |
| Binary | 11111010 | 11111010 | 1110000 | 0 | 0 | 110111 | 10 | 111100 | 1011101 | 1000111 |
Color Harmonies of #FAFA70
Complementary color
Monochromatic Colors of #FAFA70
Black with #FAFA70
Text Example
Text Example
White with #FAFA70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAFA70; }
p { color: rgb(250,250,112); }
H1.HeaderClassName
{
color: #FAFA70;
}
.AnyTagClassName
{
color: #FAFA70;
}
</style>
background-color css
<style>
a { background-color: #FAFA70; }
a { background-color: rgb(250,250,112); }
div.DivClassName
{
background-color: #FAFA70;
}
.BgClassName
{
background-color: #FAFA70;
}
</style>
border-color css
<style>
span { border-color: #FAFA70; }
span { border-color: rgb(250,250,112); }
td.TdClassName
{
border-color: #FAFA70;
}
.TagClassName
{
border-color: #FAFA70;
}
</style>