Shades of Dolly #F6FF7D
Tints of Dolly #F6FF7D
RGB
CMYK
RGB Variations
Color information
#F6FF7D (or 0xF6FF7D) is known color: Dolly. HEX triplet: F6, FF and 7D. RGB value is (246,255,125). Sum of RGB (Red+Green+Blue) = 246+255+125=626 (82% of max value = 765). Red value is 246 (96.48% from 255 or 39.30% from 626); Green value is 255 (100% from 255 or 40.73% from 626); Blue value is 125 (49.22% from 255 or 19.97% from 626); Max value from RGB is 255 - color contains mainly: green. Hex color #F6FF7D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F6FF7D is #090082. Grayscale: #EEEEEE. Windows color (decimal): -589955 or 8257526. OLE color: 8257526.
HSL color Cylindrical-coordinate representation of color #F6FF7D: hue angle of 64.15º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F6FF7D is Cyan = 0.04, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.
Color convert
| RGB | 246 | 255 | 125 | - |
| CMYK | 0.04 | 0 | 0.51 | 0 |
| HSL | 64.15º | 1% | 0.75% | - |
| HSV(B) | 64.15º | 0.51% | 1% | - |
| XYZ | 77.47 | 92.59 | 33.19 | - |
| YUV | 237.49 | 64.52 | 134.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 255 | 125 | 0.04 | 0 | 0.51 | 0 | 64.15 | 1 | 0.75 |
| Hex | F6 | FF | 7D | 4 | 0 | 33 | 0 | 40 | 64 | 4B |
| Octal | 366 | 377 | 175 | 4 | 0 | 63 | 0 | 100 | 144 | 113 |
| Binary | 11110110 | 11111111 | 1111101 | 100 | 0 | 110011 | 0 | 1000000 | 1100100 | 1001011 |
Color Harmonies of #F6FF7D
Complementary color
Monochromatic Colors of #F6FF7D
Black with #F6FF7D
Text Example
Text Example
White with #F6FF7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6FF7D; }
p { color: rgb(246,255,125); }
H1.HeaderClassName
{
color: #F6FF7D;
}
.AnyTagClassName
{
color: #F6FF7D;
}
</style>
background-color css
<style>
a { background-color: #F6FF7D; }
a { background-color: rgb(246,255,125); }
div.DivClassName
{
background-color: #F6FF7D;
}
.BgClassName
{
background-color: #F6FF7D;
}
</style>
border-color css
<style>
span { border-color: #F6FF7D; }
span { border-color: rgb(246,255,125); }
td.TdClassName
{
border-color: #F6FF7D;
}
.TagClassName
{
border-color: #F6FF7D;
}
</style>