Shades of Dolly #F3FB7D
Tints of Dolly #F3FB7D
RGB
CMYK
RGB Variations
Color information
#F3FB7D (or 0xF3FB7D) is known color: Dolly. HEX triplet: F3, FB and 7D. RGB value is (243,251,125). Sum of RGB (Red+Green+Blue) = 243+251+125=619 (81% of max value = 765). Red value is 243 (95.31% from 255 or 39.26% from 619); Green value is 251 (98.44% from 255 or 40.55% from 619); Blue value is 125 (49.22% from 255 or 20.19% from 619); Max value from RGB is 251 - color contains mainly: green. Hex color #F3FB7D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F3FB7D is #0C0482. Grayscale: #EAEAEA. Windows color (decimal): -787587 or 8256499. OLE color: 8256499.
HSL color Cylindrical-coordinate representation of color #F3FB7D: hue angle of 63.81º degrees, saturation: 0.94, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F3FB7D is Cyan = 0.03, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 243 | 251 | 125 | - |
| CMYK | 0.03 | 0 | 0.50 | 0.02 |
| HSL | 63.81º | 0.94% | 0.74% | - |
| HSV(B) | 63.81º | 0.5% | 0.98% | - |
| XYZ | 75.16 | 89.53 | 32.72 | - |
| YUV | 234.24 | 66.35 | 134.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 251 | 125 | 0.03 | 0 | 0.50 | 0.02 | 63.81 | 0.94 | 0.74 |
| Hex | F3 | FB | 7D | 3 | 0 | 32 | 2 | 40 | 5E | 4A |
| Octal | 363 | 373 | 175 | 3 | 0 | 62 | 2 | 100 | 136 | 112 |
| Binary | 11110011 | 11111011 | 1111101 | 11 | 0 | 110010 | 10 | 1000000 | 1011110 | 1001010 |
Color Harmonies of #F3FB7D
Complementary color
Monochromatic Colors of #F3FB7D
Black with #F3FB7D
Text Example
Text Example
White with #F3FB7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3FB7D; }
p { color: rgb(243,251,125); }
H1.HeaderClassName
{
color: #F3FB7D;
}
.AnyTagClassName
{
color: #F3FB7D;
}
</style>
background-color css
<style>
a { background-color: #F3FB7D; }
a { background-color: rgb(243,251,125); }
div.DivClassName
{
background-color: #F3FB7D;
}
.BgClassName
{
background-color: #F3FB7D;
}
</style>
border-color css
<style>
span { border-color: #F3FB7D; }
span { border-color: rgb(243,251,125); }
td.TdClassName
{
border-color: #F3FB7D;
}
.TagClassName
{
border-color: #F3FB7D;
}
</style>