Shades of Dolly #FAFE7A
Tints of Dolly #FAFE7A
RGB
CMYK
RGB Variations
Color information
#FAFE7A (or 0xFAFE7A) is known color: Dolly. HEX triplet: FA, FE and 7A. RGB value is (250,254,122). Sum of RGB (Red+Green+Blue) = 250+254+122=626 (82% of max value = 765). Red value is 250 (98.05% from 255 or 39.94% from 626); Green value is 254 (99.61% from 255 or 40.58% from 626); Blue value is 122 (48.05% from 255 or 19.49% from 626); Max value from RGB is 254 - color contains mainly: green. Hex color #FAFE7A is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FAFE7A is #050185. Grayscale: #EEEEEE. Windows color (decimal): -328070 or 8060666. OLE color: 8060666.
HSL color Cylindrical-coordinate representation of color #FAFE7A: hue angle of 61.82º 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 #FAFE7A is Cyan = 0.02, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 250 | 254 | 122 | - |
| CMYK | 0.02 | 0 | 0.52 | 0.00 |
| HSL | 61.82º | 0.99% | 0.74% | - |
| HSV(B) | 61.82º | 0.52% | 1% | - |
| XYZ | 78.38 | 92.61 | 32.16 | - |
| YUV | 237.76 | 62.67 | 136.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 254 | 122 | 0.02 | 0 | 0.52 | 0.00 | 61.82 | 0.99 | 0.74 |
| Hex | FA | FE | 7A | 2 | 0 | 34 | 0 | 3E | 63 | 4A |
| Octal | 372 | 376 | 172 | 2 | 0 | 64 | 0 | 76 | 143 | 112 |
| Binary | 11111010 | 11111110 | 1111010 | 10 | 0 | 110100 | 0 | 111110 | 1100011 | 1001010 |
Color Harmonies of #FAFE7A
Complementary color
Monochromatic Colors of #FAFE7A
Black with #FAFE7A
Text Example
Text Example
White with #FAFE7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAFE7A; }
p { color: rgb(250,254,122); }
H1.HeaderClassName
{
color: #FAFE7A;
}
.AnyTagClassName
{
color: #FAFE7A;
}
</style>
background-color css
<style>
a { background-color: #FAFE7A; }
a { background-color: rgb(250,254,122); }
div.DivClassName
{
background-color: #FAFE7A;
}
.BgClassName
{
background-color: #FAFE7A;
}
</style>
border-color css
<style>
span { border-color: #FAFE7A; }
span { border-color: rgb(250,254,122); }
td.TdClassName
{
border-color: #FAFE7A;
}
.TagClassName
{
border-color: #FAFE7A;
}
</style>