Shades of Dolly #FAFF7E
Tints of Dolly #FAFF7E
RGB
CMYK
RGB Variations
Color information
#FAFF7E (or 0xFAFF7E) is known color: Dolly. HEX triplet: FA, FF and 7E. RGB value is (250,255,126). Sum of RGB (Red+Green+Blue) = 250+255+126=631 (83% of max value = 765). Red value is 250 (98.05% from 255 or 39.62% from 631); Green value is 255 (100% from 255 or 40.41% from 631); Blue value is 126 (49.61% from 255 or 19.97% from 631); Max value from RGB is 255 - color contains mainly: green. Hex color #FAFF7E is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FAFF7E is #050081. Grayscale: #EFEFEF. Windows color (decimal): -327810 or 8323066. OLE color: 8323066.
HSL color Cylindrical-coordinate representation of color #FAFF7E: hue angle of 62.33º 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 #FAFF7E is Cyan = 0.02, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.
Color convert
| RGB | 250 | 255 | 126 | - |
| CMYK | 0.02 | 0 | 0.51 | 0 |
| HSL | 62.33º | 1% | 0.75% | - |
| HSV(B) | 62.33º | 0.51% | 1% | - |
| XYZ | 78.95 | 93.35 | 33.6 | - |
| YUV | 238.8 | 64.34 | 135.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 255 | 126 | 0.02 | 0 | 0.51 | 0 | 62.33 | 1 | 0.75 |
| Hex | FA | FF | 7E | 2 | 0 | 33 | 0 | 3E | 64 | 4B |
| Octal | 372 | 377 | 176 | 2 | 0 | 63 | 0 | 76 | 144 | 113 |
| Binary | 11111010 | 11111111 | 1111110 | 10 | 0 | 110011 | 0 | 111110 | 1100100 | 1001011 |
Color Harmonies of #FAFF7E
Complementary color
Monochromatic Colors of #FAFF7E
Black with #FAFF7E
Text Example
Text Example
White with #FAFF7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAFF7E; }
p { color: rgb(250,255,126); }
H1.HeaderClassName
{
color: #FAFF7E;
}
.AnyTagClassName
{
color: #FAFF7E;
}
</style>
background-color css
<style>
a { background-color: #FAFF7E; }
a { background-color: rgb(250,255,126); }
div.DivClassName
{
background-color: #FAFF7E;
}
.BgClassName
{
background-color: #FAFF7E;
}
</style>
border-color css
<style>
span { border-color: #FAFF7E; }
span { border-color: rgb(250,255,126); }
td.TdClassName
{
border-color: #FAFF7E;
}
.TagClassName
{
border-color: #FAFF7E;
}
</style>