Shades of Dolly #F3FE70
Tints of Dolly #F3FE70
RGB
CMYK
RGB Variations
Color information
#F3FE70 (or 0xF3FE70) is known color: Dolly. HEX triplet: F3, FE and 70. RGB value is (243,254,112). Sum of RGB (Red+Green+Blue) = 243+254+112=609 (80% of max value = 765). Red value is 243 (95.31% from 255 or 39.90% from 609); Green value is 254 (99.61% from 255 or 41.71% from 609); Blue value is 112 (44.14% from 255 or 18.39% from 609); Max value from RGB is 254 - color contains mainly: green. Hex color #F3FE70 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F3FE70 is #0C018F. Grayscale: #EBEBEB. Windows color (decimal): -786832 or 7405299. OLE color: 7405299.
HSL color Cylindrical-coordinate representation of color #F3FE70: hue angle of 64.65º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F3FE70 is Cyan = 0.04, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 243 | 254 | 112 | - |
| CMYK | 0.04 | 0 | 0.56 | 0.00 |
| HSL | 64.65º | 0.99% | 0.72% | - |
| HSV(B) | 64.65º | 0.56% | 1% | - |
| XYZ | 75.33 | 91.11 | 28.94 | - |
| YUV | 234.52 | 58.86 | 134.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 254 | 112 | 0.04 | 0 | 0.56 | 0.00 | 64.65 | 0.99 | 0.72 |
| Hex | F3 | FE | 70 | 4 | 0 | 38 | 0 | 41 | 63 | 48 |
| Octal | 363 | 376 | 160 | 4 | 0 | 70 | 0 | 101 | 143 | 110 |
| Binary | 11110011 | 11111110 | 1110000 | 100 | 0 | 111000 | 0 | 1000001 | 1100011 | 1001000 |
Color Harmonies of #F3FE70
Complementary color
Monochromatic Colors of #F3FE70
Black with #F3FE70
Text Example
Text Example
White with #F3FE70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3FE70; }
p { color: rgb(243,254,112); }
H1.HeaderClassName
{
color: #F3FE70;
}
.AnyTagClassName
{
color: #F3FE70;
}
</style>
background-color css
<style>
a { background-color: #F3FE70; }
a { background-color: rgb(243,254,112); }
div.DivClassName
{
background-color: #F3FE70;
}
.BgClassName
{
background-color: #F3FE70;
}
</style>
border-color css
<style>
span { border-color: #F3FE70; }
span { border-color: rgb(243,254,112); }
td.TdClassName
{
border-color: #F3FE70;
}
.TagClassName
{
border-color: #F3FE70;
}
</style>