Shades of Dolly #F2FD6E
Tints of Dolly #F2FD6E
RGB
CMYK
RGB Variations
Color information
#F2FD6E (or 0xF2FD6E) is known color: Dolly. HEX triplet: F2, FD and 6E. RGB value is (242,253,110). Sum of RGB (Red+Green+Blue) = 242+253+110=605 (80% of max value = 765). Red value is 242 (94.92% from 255 or 40% from 605); Green value is 253 (99.22% from 255 or 41.82% from 605); Blue value is 110 (43.36% from 255 or 18.18% from 605); Max value from RGB is 253 - color contains mainly: green. Hex color #F2FD6E is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F2FD6E is #0D0291. Grayscale: #E9E9E9. Windows color (decimal): -852626 or 7273970. OLE color: 7273970.
HSL color Cylindrical-coordinate representation of color #F2FD6E: hue angle of 64.62º degrees, saturation: 0.97, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F2FD6E is Cyan = 0.04, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 242 | 253 | 110 | - |
| CMYK | 0.04 | 0 | 0.57 | 0.01 |
| HSL | 64.62º | 0.97% | 0.71% | - |
| HSV(B) | 64.62º | 0.57% | 0.99% | - |
| XYZ | 74.56 | 90.25 | 28.24 | - |
| YUV | 233.41 | 58.36 | 134.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 253 | 110 | 0.04 | 0 | 0.57 | 0.01 | 64.62 | 0.97 | 0.71 |
| Hex | F2 | FD | 6E | 4 | 0 | 39 | 1 | 41 | 61 | 47 |
| Octal | 362 | 375 | 156 | 4 | 0 | 71 | 1 | 101 | 141 | 107 |
| Binary | 11110010 | 11111101 | 1101110 | 100 | 0 | 111001 | 1 | 1000001 | 1100001 | 1000111 |
Color Harmonies of #F2FD6E
Complementary color
Monochromatic Colors of #F2FD6E
Black with #F2FD6E
Text Example
Text Example
White with #F2FD6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2FD6E; }
p { color: rgb(242,253,110); }
H1.HeaderClassName
{
color: #F2FD6E;
}
.AnyTagClassName
{
color: #F2FD6E;
}
</style>
background-color css
<style>
a { background-color: #F2FD6E; }
a { background-color: rgb(242,253,110); }
div.DivClassName
{
background-color: #F2FD6E;
}
.BgClassName
{
background-color: #F2FD6E;
}
</style>
border-color css
<style>
span { border-color: #F2FD6E; }
span { border-color: rgb(242,253,110); }
td.TdClassName
{
border-color: #F2FD6E;
}
.TagClassName
{
border-color: #F2FD6E;
}
</style>