Shades of Dolly #F2FC6E
Tints of Dolly #F2FC6E
RGB
CMYK
RGB Variations
Color information
#F2FC6E (or 0xF2FC6E) is known color: Dolly. HEX triplet: F2, FC and 6E. RGB value is (242,252,110). Sum of RGB (Red+Green+Blue) = 242+252+110=604 (80% of max value = 765). Red value is 242 (94.92% from 255 or 40.07% from 604); Green value is 252 (98.83% from 255 or 41.72% from 604); Blue value is 110 (43.36% from 255 or 18.21% from 604); Max value from RGB is 252 - color contains mainly: green. Hex color #F2FC6E is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F2FC6E is #0D0391. Grayscale: #E9E9E9. Windows color (decimal): -852882 or 7273714. OLE color: 7273714.
HSL color Cylindrical-coordinate representation of color #F2FC6E: hue angle of 64.23º degrees, saturation: 0.96, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F2FC6E is Cyan = 0.04, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 242 | 252 | 110 | - |
| CMYK | 0.04 | 0 | 0.56 | 0.01 |
| HSL | 64.23º | 0.96% | 0.71% | - |
| HSV(B) | 64.23º | 0.56% | 0.99% | - |
| XYZ | 74.24 | 89.62 | 28.14 | - |
| YUV | 232.82 | 58.69 | 134.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 252 | 110 | 0.04 | 0 | 0.56 | 0.01 | 64.23 | 0.96 | 0.71 |
| Hex | F2 | FC | 6E | 4 | 0 | 38 | 1 | 40 | 60 | 47 |
| Octal | 362 | 374 | 156 | 4 | 0 | 70 | 1 | 100 | 140 | 107 |
| Binary | 11110010 | 11111100 | 1101110 | 100 | 0 | 111000 | 1 | 1000000 | 1100000 | 1000111 |
Color Harmonies of #F2FC6E
Complementary color
Monochromatic Colors of #F2FC6E
Black with #F2FC6E
Text Example
Text Example
White with #F2FC6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2FC6E; }
p { color: rgb(242,252,110); }
H1.HeaderClassName
{
color: #F2FC6E;
}
.AnyTagClassName
{
color: #F2FC6E;
}
</style>
background-color css
<style>
a { background-color: #F2FC6E; }
a { background-color: rgb(242,252,110); }
div.DivClassName
{
background-color: #F2FC6E;
}
.BgClassName
{
background-color: #F2FC6E;
}
</style>
border-color css
<style>
span { border-color: #F2FC6E; }
span { border-color: rgb(242,252,110); }
td.TdClassName
{
border-color: #F2FC6E;
}
.TagClassName
{
border-color: #F2FC6E;
}
</style>