Shades of Dolly #F2FA7D
Tints of Dolly #F2FA7D
RGB
CMYK
RGB Variations
Color information
#F2FA7D (or 0xF2FA7D) is known color: Dolly. HEX triplet: F2, FA and 7D. RGB value is (242,250,125). Sum of RGB (Red+Green+Blue) = 242+250+125=617 (81% of max value = 765). Red value is 242 (94.92% from 255 or 39.22% from 617); Green value is 250 (98.05% from 255 or 40.52% from 617); Blue value is 125 (49.22% from 255 or 20.26% from 617); Max value from RGB is 250 - color contains mainly: green. Hex color #F2FA7D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F2FA7D is #0D0582. Grayscale: #E9E9E9. Windows color (decimal): -853379 or 8256242. OLE color: 8256242.
HSL color Cylindrical-coordinate representation of color #F2FA7D: hue angle of 63.84º degrees, saturation: 0.93, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F2FA7D is Cyan = 0.03, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 242 | 250 | 125 | - |
| CMYK | 0.03 | 0 | 0.50 | 0.02 |
| HSL | 63.84º | 0.93% | 0.74% | - |
| HSV(B) | 63.84º | 0.5% | 0.98% | - |
| XYZ | 74.51 | 88.73 | 32.6 | - |
| YUV | 233.36 | 66.85 | 134.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 250 | 125 | 0.03 | 0 | 0.50 | 0.02 | 63.84 | 0.93 | 0.74 |
| Hex | F2 | FA | 7D | 3 | 0 | 32 | 2 | 40 | 5D | 4A |
| Octal | 362 | 372 | 175 | 3 | 0 | 62 | 2 | 100 | 135 | 112 |
| Binary | 11110010 | 11111010 | 1111101 | 11 | 0 | 110010 | 10 | 1000000 | 1011101 | 1001010 |
Color Harmonies of #F2FA7D
Complementary color
Monochromatic Colors of #F2FA7D
Black with #F2FA7D
Text Example
Text Example
White with #F2FA7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2FA7D; }
p { color: rgb(242,250,125); }
H1.HeaderClassName
{
color: #F2FA7D;
}
.AnyTagClassName
{
color: #F2FA7D;
}
</style>
background-color css
<style>
a { background-color: #F2FA7D; }
a { background-color: rgb(242,250,125); }
div.DivClassName
{
background-color: #F2FA7D;
}
.BgClassName
{
background-color: #F2FA7D;
}
</style>
border-color css
<style>
span { border-color: #F2FA7D; }
span { border-color: rgb(242,250,125); }
td.TdClassName
{
border-color: #F2FA7D;
}
.TagClassName
{
border-color: #F2FA7D;
}
</style>