Shades of Dolly #FAFE75
Tints of Dolly #FAFE75
RGB
CMYK
RGB Variations
Color information
#FAFE75 (or 0xFAFE75) is known color: Dolly. HEX triplet: FA, FE and 75. RGB value is (250,254,117). Sum of RGB (Red+Green+Blue) = 250+254+117=621 (82% of max value = 765). Red value is 250 (98.05% from 255 or 40.26% from 621); Green value is 254 (99.61% from 255 or 40.90% from 621); Blue value is 117 (46.09% from 255 or 18.84% from 621); Max value from RGB is 254 - color contains mainly: green. Hex color #FAFE75 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FAFE75 is #05018A. Grayscale: #EDEDED. Windows color (decimal): -328075 or 7732986. OLE color: 7732986.
HSL color Cylindrical-coordinate representation of color #FAFE75: hue angle of 61.75º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #FAFE75 is Cyan = 0.02, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 250 | 254 | 117 | - |
| CMYK | 0.02 | 0 | 0.54 | 0.00 |
| HSL | 61.75º | 0.99% | 0.73% | - |
| HSV(B) | 61.75º | 0.54% | 1% | - |
| XYZ | 78.08 | 92.49 | 30.57 | - |
| YUV | 237.19 | 60.17 | 137.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 254 | 117 | 0.02 | 0 | 0.54 | 0.00 | 61.75 | 0.99 | 0.73 |
| Hex | FA | FE | 75 | 2 | 0 | 36 | 0 | 3E | 63 | 49 |
| Octal | 372 | 376 | 165 | 2 | 0 | 66 | 0 | 76 | 143 | 111 |
| Binary | 11111010 | 11111110 | 1110101 | 10 | 0 | 110110 | 0 | 111110 | 1100011 | 1001001 |
Color Harmonies of #FAFE75
Complementary color
Monochromatic Colors of #FAFE75
Black with #FAFE75
Text Example
Text Example
White with #FAFE75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAFE75; }
p { color: rgb(250,254,117); }
H1.HeaderClassName
{
color: #FAFE75;
}
.AnyTagClassName
{
color: #FAFE75;
}
</style>
background-color css
<style>
a { background-color: #FAFE75; }
a { background-color: rgb(250,254,117); }
div.DivClassName
{
background-color: #FAFE75;
}
.BgClassName
{
background-color: #FAFE75;
}
</style>
border-color css
<style>
span { border-color: #FAFE75; }
span { border-color: rgb(250,254,117); }
td.TdClassName
{
border-color: #FAFE75;
}
.TagClassName
{
border-color: #FAFE75;
}
</style>