Shades of Dolly #FAFF7A
Tints of Dolly #FAFF7A
RGB
CMYK
RGB Variations
Color information
#FAFF7A (or 0xFAFF7A) is known color: Dolly. HEX triplet: FA, FF and 7A. RGB value is (250,255,122). Sum of RGB (Red+Green+Blue) = 250+255+122=627 (83% of max value = 765). Red value is 250 (98.05% from 255 or 39.87% from 627); Green value is 255 (100% from 255 or 40.67% from 627); Blue value is 122 (48.05% from 255 or 19.46% from 627); Max value from RGB is 255 - color contains mainly: green. Hex color #FAFF7A is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FAFF7A is #050085. Grayscale: #EEEEEE. Windows color (decimal): -327814 or 8060922. OLE color: 8060922.
HSL color Cylindrical-coordinate representation of color #FAFF7A: hue angle of 62.26º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #FAFF7A is Cyan = 0.02, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.
Color convert
| RGB | 250 | 255 | 122 | - |
| CMYK | 0.02 | 0 | 0.52 | 0 |
| HSL | 62.26º | 1% | 0.74% | - |
| HSV(B) | 62.26º | 0.52% | 1% | - |
| XYZ | 78.7 | 93.25 | 32.26 | - |
| YUV | 238.34 | 62.34 | 136.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 255 | 122 | 0.02 | 0 | 0.52 | 0 | 62.26 | 1 | 0.74 |
| Hex | FA | FF | 7A | 2 | 0 | 34 | 0 | 3E | 64 | 4A |
| Octal | 372 | 377 | 172 | 2 | 0 | 64 | 0 | 76 | 144 | 112 |
| Binary | 11111010 | 11111111 | 1111010 | 10 | 0 | 110100 | 0 | 111110 | 1100100 | 1001010 |
Color Harmonies of #FAFF7A
Complementary color
Monochromatic Colors of #FAFF7A
Black with #FAFF7A
Text Example
Text Example
White with #FAFF7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAFF7A; }
p { color: rgb(250,255,122); }
H1.HeaderClassName
{
color: #FAFF7A;
}
.AnyTagClassName
{
color: #FAFF7A;
}
</style>
background-color css
<style>
a { background-color: #FAFF7A; }
a { background-color: rgb(250,255,122); }
div.DivClassName
{
background-color: #FAFF7A;
}
.BgClassName
{
background-color: #FAFF7A;
}
</style>
border-color css
<style>
span { border-color: #FAFF7A; }
span { border-color: rgb(250,255,122); }
td.TdClassName
{
border-color: #FAFF7A;
}
.TagClassName
{
border-color: #FAFF7A;
}
</style>