Shades of Dolly #F8FF7D
Tints of Dolly #F8FF7D
RGB
CMYK
RGB Variations
Color information
#F8FF7D (or 0xF8FF7D) is known color: Dolly. HEX triplet: F8, FF and 7D. RGB value is (248,255,125). Sum of RGB (Red+Green+Blue) = 248+255+125=628 (83% of max value = 765). Red value is 248 (97.27% from 255 or 39.49% from 628); Green value is 255 (100% from 255 or 40.61% from 628); Blue value is 125 (49.22% from 255 or 19.90% from 628); Max value from RGB is 255 - color contains mainly: green. Hex color #F8FF7D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F8FF7D is #070082. Grayscale: #EEEEEE. Windows color (decimal): -458883 or 8257528. OLE color: 8257528.
HSL color Cylindrical-coordinate representation of color #F8FF7D: hue angle of 63.23º 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 #F8FF7D is Cyan = 0.03, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.
Color convert
| RGB | 248 | 255 | 125 | - |
| CMYK | 0.03 | 0 | 0.51 | 0 |
| HSL | 63.23º | 1% | 0.75% | - |
| HSV(B) | 63.23º | 0.51% | 1% | - |
| XYZ | 78.17 | 92.96 | 33.22 | - |
| YUV | 238.09 | 64.18 | 135.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 255 | 125 | 0.03 | 0 | 0.51 | 0 | 63.23 | 1 | 0.75 |
| Hex | F8 | FF | 7D | 3 | 0 | 33 | 0 | 3F | 64 | 4B |
| Octal | 370 | 377 | 175 | 3 | 0 | 63 | 0 | 77 | 144 | 113 |
| Binary | 11111000 | 11111111 | 1111101 | 11 | 0 | 110011 | 0 | 111111 | 1100100 | 1001011 |
Color Harmonies of #F8FF7D
Complementary color
Monochromatic Colors of #F8FF7D
Black with #F8FF7D
Text Example
Text Example
White with #F8FF7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8FF7D; }
p { color: rgb(248,255,125); }
H1.HeaderClassName
{
color: #F8FF7D;
}
.AnyTagClassName
{
color: #F8FF7D;
}
</style>
background-color css
<style>
a { background-color: #F8FF7D; }
a { background-color: rgb(248,255,125); }
div.DivClassName
{
background-color: #F8FF7D;
}
.BgClassName
{
background-color: #F8FF7D;
}
</style>
border-color css
<style>
span { border-color: #F8FF7D; }
span { border-color: rgb(248,255,125); }
td.TdClassName
{
border-color: #F8FF7D;
}
.TagClassName
{
border-color: #F8FF7D;
}
</style>