Shades of Dolly #FAFF7B
Tints of Dolly #FAFF7B
RGB
CMYK
RGB Variations
Color information
#FAFF7B (or 0xFAFF7B) is known color: Dolly. HEX triplet: FA, FF and 7B. RGB value is (250,255,123). Sum of RGB (Red+Green+Blue) = 250+255+123=628 (83% of max value = 765). Red value is 250 (98.05% from 255 or 39.81% from 628); Green value is 255 (100% from 255 or 40.61% from 628); Blue value is 123 (48.44% from 255 or 19.59% from 628); Max value from RGB is 255 - color contains mainly: green. Hex color #FAFF7B is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FAFF7B is #050084. Grayscale: #EEEEEE. Windows color (decimal): -327813 or 8126458. OLE color: 8126458.
HSL color Cylindrical-coordinate representation of color #FAFF7B: hue angle of 62.27º 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 #FAFF7B is Cyan = 0.02, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.
Color convert
| RGB | 250 | 255 | 123 | - |
| CMYK | 0.02 | 0 | 0.52 | 0 |
| HSL | 62.27º | 1% | 0.74% | - |
| HSV(B) | 62.27º | 0.52% | 1% | - |
| XYZ | 78.76 | 93.27 | 32.59 | - |
| YUV | 238.46 | 62.84 | 136.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 255 | 123 | 0.02 | 0 | 0.52 | 0 | 62.27 | 1 | 0.74 |
| Hex | FA | FF | 7B | 2 | 0 | 34 | 0 | 3E | 64 | 4A |
| Octal | 372 | 377 | 173 | 2 | 0 | 64 | 0 | 76 | 144 | 112 |
| Binary | 11111010 | 11111111 | 1111011 | 10 | 0 | 110100 | 0 | 111110 | 1100100 | 1001010 |
Color Harmonies of #FAFF7B
Complementary color
Monochromatic Colors of #FAFF7B
Black with #FAFF7B
Text Example
Text Example
White with #FAFF7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAFF7B; }
p { color: rgb(250,255,123); }
H1.HeaderClassName
{
color: #FAFF7B;
}
.AnyTagClassName
{
color: #FAFF7B;
}
</style>
background-color css
<style>
a { background-color: #FAFF7B; }
a { background-color: rgb(250,255,123); }
div.DivClassName
{
background-color: #FAFF7B;
}
.BgClassName
{
background-color: #FAFF7B;
}
</style>
border-color css
<style>
span { border-color: #FAFF7B; }
span { border-color: rgb(250,255,123); }
td.TdClassName
{
border-color: #FAFF7B;
}
.TagClassName
{
border-color: #FAFF7B;
}
</style>