Shades of Dolly #F3FE7D
Tints of Dolly #F3FE7D
RGB
CMYK
RGB Variations
Color information
#F3FE7D (or 0xF3FE7D) is known color: Dolly. HEX triplet: F3, FE and 7D. RGB value is (243,254,125). Sum of RGB (Red+Green+Blue) = 243+254+125=622 (82% of max value = 765). Red value is 243 (95.31% from 255 or 39.07% from 622); Green value is 254 (99.61% from 255 or 40.84% from 622); Blue value is 125 (49.22% from 255 or 20.10% from 622); Max value from RGB is 254 - color contains mainly: green. Hex color #F3FE7D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F3FE7D is #0C0182. Grayscale: #ECECEC. Windows color (decimal): -786819 or 8257267. OLE color: 8257267.
HSL color Cylindrical-coordinate representation of color #F3FE7D: hue angle of 65.12º degrees, saturation: 0.98, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F3FE7D is Cyan = 0.04, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 243 | 254 | 125 | - |
| CMYK | 0.04 | 0 | 0.51 | 0.00 |
| HSL | 65.12º | 0.98% | 0.74% | - |
| HSV(B) | 65.12º | 0.51% | 1% | - |
| XYZ | 76.11 | 91.42 | 33.04 | - |
| YUV | 236.01 | 65.36 | 132.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 254 | 125 | 0.04 | 0 | 0.51 | 0.00 | 65.12 | 0.98 | 0.74 |
| Hex | F3 | FE | 7D | 4 | 0 | 33 | 0 | 41 | 62 | 4A |
| Octal | 363 | 376 | 175 | 4 | 0 | 63 | 0 | 101 | 142 | 112 |
| Binary | 11110011 | 11111110 | 1111101 | 100 | 0 | 110011 | 0 | 1000001 | 1100010 | 1001010 |
Color Harmonies of #F3FE7D
Complementary color
Monochromatic Colors of #F3FE7D
Black with #F3FE7D
Text Example
Text Example
White with #F3FE7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3FE7D; }
p { color: rgb(243,254,125); }
H1.HeaderClassName
{
color: #F3FE7D;
}
.AnyTagClassName
{
color: #F3FE7D;
}
</style>
background-color css
<style>
a { background-color: #F3FE7D; }
a { background-color: rgb(243,254,125); }
div.DivClassName
{
background-color: #F3FE7D;
}
.BgClassName
{
background-color: #F3FE7D;
}
</style>
border-color css
<style>
span { border-color: #F3FE7D; }
span { border-color: rgb(243,254,125); }
td.TdClassName
{
border-color: #F3FE7D;
}
.TagClassName
{
border-color: #F3FE7D;
}
</style>