Shades of Dolly #FAFD74
Tints of Dolly #FAFD74
RGB
CMYK
RGB Variations
Color information
#FAFD74 (or 0xFAFD74) is known color: Dolly. HEX triplet: FA, FD and 74. RGB value is (250,253,116). Sum of RGB (Red+Green+Blue) = 250+253+116=619 (81% of max value = 765). Red value is 250 (98.05% from 255 or 40.39% from 619); Green value is 253 (99.22% from 255 or 40.87% from 619); Blue value is 116 (45.70% from 255 or 18.74% from 619); Max value from RGB is 253 - color contains mainly: green. Hex color #FAFD74 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FAFD74 is #05028B. Grayscale: #EDEDED. Windows color (decimal): -328332 or 7667194. OLE color: 7667194.
HSL color Cylindrical-coordinate representation of color #FAFD74: hue angle of 61.31º degrees, saturation: 0.97, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #FAFD74 is Cyan = 0.01, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 250 | 253 | 116 | - |
| CMYK | 0.01 | 0 | 0.54 | 0.01 |
| HSL | 61.31º | 0.97% | 0.72% | - |
| HSV(B) | 61.31º | 0.54% | 0.99% | - |
| XYZ | 77.7 | 91.84 | 30.15 | - |
| YUV | 236.49 | 60.01 | 137.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 253 | 116 | 0.01 | 0 | 0.54 | 0.01 | 61.31 | 0.97 | 0.72 |
| Hex | FA | FD | 74 | 1 | 0 | 36 | 1 | 3D | 61 | 48 |
| Octal | 372 | 375 | 164 | 1 | 0 | 66 | 1 | 75 | 141 | 110 |
| Binary | 11111010 | 11111101 | 1110100 | 1 | 0 | 110110 | 1 | 111101 | 1100001 | 1001000 |
Color Harmonies of #FAFD74
Complementary color
Monochromatic Colors of #FAFD74
Black with #FAFD74
Text Example
Text Example
White with #FAFD74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAFD74; }
p { color: rgb(250,253,116); }
H1.HeaderClassName
{
color: #FAFD74;
}
.AnyTagClassName
{
color: #FAFD74;
}
</style>
background-color css
<style>
a { background-color: #FAFD74; }
a { background-color: rgb(250,253,116); }
div.DivClassName
{
background-color: #FAFD74;
}
.BgClassName
{
background-color: #FAFD74;
}
</style>
border-color css
<style>
span { border-color: #FAFD74; }
span { border-color: rgb(250,253,116); }
td.TdClassName
{
border-color: #FAFD74;
}
.TagClassName
{
border-color: #FAFD74;
}
</style>