Shades of Dolly #FCFE79
Tints of Dolly #FCFE79
RGB
CMYK
RGB Variations
Color information
#FCFE79 (or 0xFCFE79) is known color: Dolly. HEX triplet: FC, FE and 79. RGB value is (252,254,121). Sum of RGB (Red+Green+Blue) = 252+254+121=627 (83% of max value = 765). Red value is 252 (98.83% from 255 or 40.19% from 627); Green value is 254 (99.61% from 255 or 40.51% from 627); Blue value is 121 (47.66% from 255 or 19.30% from 627); Max value from RGB is 254 - color contains mainly: green. Hex color #FCFE79 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCFE79 is #030186. Grayscale: #EEEEEE. Windows color (decimal): -196999 or 7995132. OLE color: 7995132.
HSL color Cylindrical-coordinate representation of color #FCFE79: hue angle of 60.9º degrees, saturation: 0.99, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #FCFE79 is Cyan = 0.01, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 252 | 254 | 121 | - |
| CMYK | 0.01 | 0 | 0.52 | 0.00 |
| HSL | 60.9º | 0.99% | 0.74% | - |
| HSV(B) | 60.9º | 0.52% | 1% | - |
| XYZ | 79.04 | 92.96 | 31.87 | - |
| YUV | 238.24 | 61.84 | 137.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 254 | 121 | 0.01 | 0 | 0.52 | 0.00 | 60.9 | 0.99 | 0.74 |
| Hex | FC | FE | 79 | 1 | 0 | 34 | 0 | 3D | 63 | 4A |
| Octal | 374 | 376 | 171 | 1 | 0 | 64 | 0 | 75 | 143 | 112 |
| Binary | 11111100 | 11111110 | 1111001 | 1 | 0 | 110100 | 0 | 111101 | 1100011 | 1001010 |
Color Harmonies of #FCFE79
Complementary color
Monochromatic Colors of #FCFE79
Black with #FCFE79
Text Example
Text Example
White with #FCFE79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCFE79; }
p { color: rgb(252,254,121); }
H1.HeaderClassName
{
color: #FCFE79;
}
.AnyTagClassName
{
color: #FCFE79;
}
</style>
background-color css
<style>
a { background-color: #FCFE79; }
a { background-color: rgb(252,254,121); }
div.DivClassName
{
background-color: #FCFE79;
}
.BgClassName
{
background-color: #FCFE79;
}
</style>
border-color css
<style>
span { border-color: #FCFE79; }
span { border-color: rgb(252,254,121); }
td.TdClassName
{
border-color: #FCFE79;
}
.TagClassName
{
border-color: #FCFE79;
}
</style>