Shades of Dolly #FAFD7A
Tints of Dolly #FAFD7A
RGB
CMYK
RGB Variations
Color information
#FAFD7A (or 0xFAFD7A) is known color: Dolly. HEX triplet: FA, FD and 7A. RGB value is (250,253,122). Sum of RGB (Red+Green+Blue) = 250+253+122=625 (82% of max value = 765). Red value is 250 (98.05% from 255 or 40% from 625); Green value is 253 (99.22% from 255 or 40.48% from 625); Blue value is 122 (48.05% from 255 or 19.52% from 625); Max value from RGB is 253 - color contains mainly: green. Hex color #FAFD7A is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FAFD7A is #050285. Grayscale: #EDEDED. Windows color (decimal): -328326 or 8060410. OLE color: 8060410.
HSL color Cylindrical-coordinate representation of color #FAFD7A: hue angle of 61.37º degrees, saturation: 0.97, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #FAFD7A is Cyan = 0.01, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 250 | 253 | 122 | - |
| CMYK | 0.01 | 0 | 0.52 | 0.01 |
| HSL | 61.37º | 0.97% | 0.74% | - |
| HSV(B) | 61.37º | 0.52% | 0.99% | - |
| XYZ | 78.06 | 91.98 | 32.05 | - |
| YUV | 237.17 | 63.01 | 137.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 253 | 122 | 0.01 | 0 | 0.52 | 0.01 | 61.37 | 0.97 | 0.74 |
| Hex | FA | FD | 7A | 1 | 0 | 34 | 1 | 3D | 61 | 4A |
| Octal | 372 | 375 | 172 | 1 | 0 | 64 | 1 | 75 | 141 | 112 |
| Binary | 11111010 | 11111101 | 1111010 | 1 | 0 | 110100 | 1 | 111101 | 1100001 | 1001010 |
Color Harmonies of #FAFD7A
Complementary color
Monochromatic Colors of #FAFD7A
Black with #FAFD7A
Text Example
Text Example
White with #FAFD7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAFD7A; }
p { color: rgb(250,253,122); }
H1.HeaderClassName
{
color: #FAFD7A;
}
.AnyTagClassName
{
color: #FAFD7A;
}
</style>
background-color css
<style>
a { background-color: #FAFD7A; }
a { background-color: rgb(250,253,122); }
div.DivClassName
{
background-color: #FAFD7A;
}
.BgClassName
{
background-color: #FAFD7A;
}
</style>
border-color css
<style>
span { border-color: #FAFD7A; }
span { border-color: rgb(250,253,122); }
td.TdClassName
{
border-color: #FAFD7A;
}
.TagClassName
{
border-color: #FAFD7A;
}
</style>