Shades of Dolly #F1FE7D
Tints of Dolly #F1FE7D
RGB
CMYK
RGB Variations
Color information
#F1FE7D (or 0xF1FE7D) is known color: Dolly. HEX triplet: F1, FE and 7D. RGB value is (241,254,125). Sum of RGB (Red+Green+Blue) = 241+254+125=620 (82% of max value = 765). Red value is 241 (94.53% from 255 or 38.87% from 620); Green value is 254 (99.61% from 255 or 40.97% from 620); Blue value is 125 (49.22% from 255 or 20.16% from 620); Max value from RGB is 254 - color contains mainly: green. Hex color #F1FE7D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F1FE7D is #0E0182. Grayscale: #EBEBEB. Windows color (decimal): -917891 or 8257265. OLE color: 8257265.
HSL color Cylindrical-coordinate representation of color #F1FE7D: hue angle of 66.05º 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 #F1FE7D is Cyan = 0.05, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 241 | 254 | 125 | - |
| CMYK | 0.05 | 0 | 0.51 | 0.00 |
| HSL | 66.05º | 0.98% | 0.74% | - |
| HSV(B) | 66.05º | 0.51% | 1% | - |
| XYZ | 75.42 | 91.07 | 33 | - |
| YUV | 235.41 | 65.69 | 131.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 254 | 125 | 0.05 | 0 | 0.51 | 0.00 | 66.05 | 0.98 | 0.74 |
| Hex | F1 | FE | 7D | 5 | 0 | 33 | 0 | 42 | 62 | 4A |
| Octal | 361 | 376 | 175 | 5 | 0 | 63 | 0 | 102 | 142 | 112 |
| Binary | 11110001 | 11111110 | 1111101 | 101 | 0 | 110011 | 0 | 1000010 | 1100010 | 1001010 |
Color Harmonies of #F1FE7D
Complementary color
Monochromatic Colors of #F1FE7D
Black with #F1FE7D
Text Example
Text Example
White with #F1FE7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1FE7D; }
p { color: rgb(241,254,125); }
H1.HeaderClassName
{
color: #F1FE7D;
}
.AnyTagClassName
{
color: #F1FE7D;
}
</style>
background-color css
<style>
a { background-color: #F1FE7D; }
a { background-color: rgb(241,254,125); }
div.DivClassName
{
background-color: #F1FE7D;
}
.BgClassName
{
background-color: #F1FE7D;
}
</style>
border-color css
<style>
span { border-color: #F1FE7D; }
span { border-color: rgb(241,254,125); }
td.TdClassName
{
border-color: #F1FE7D;
}
.TagClassName
{
border-color: #F1FE7D;
}
</style>