Shades of Dolly #FAFB7B
Tints of Dolly #FAFB7B
RGB
CMYK
RGB Variations
Color information
#FAFB7B (or 0xFAFB7B) is known color: Dolly. HEX triplet: FA, FB and 7B. RGB value is (250,251,123). Sum of RGB (Red+Green+Blue) = 250+251+123=624 (82% of max value = 765). Red value is 250 (98.05% from 255 or 40.06% from 624); Green value is 251 (98.44% from 255 or 40.22% from 624); Blue value is 123 (48.44% from 255 or 19.71% from 624); Max value from RGB is 251 - color contains mainly: green. Hex color #FAFB7B is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FAFB7B is #050484. Grayscale: #ECECEC. Windows color (decimal): -328837 or 8125434. OLE color: 8125434.
HSL color Cylindrical-coordinate representation of color #FAFB7B: hue angle of 60.47º degrees, saturation: 0.94, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #FAFB7B is Cyan = 0.00, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 251 | 123 | - |
| CMYK | 0.00 | 0 | 0.51 | 0.02 |
| HSL | 60.47º | 0.94% | 0.73% | - |
| HSV(B) | 60.47º | 0.51% | 0.98% | - |
| XYZ | 77.5 | 90.75 | 32.17 | - |
| YUV | 236.11 | 64.17 | 137.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 251 | 123 | 0.00 | 0 | 0.51 | 0.02 | 60.47 | 0.94 | 0.73 |
| Hex | FA | FB | 7B | 0 | 0 | 33 | 2 | 3C | 5E | 49 |
| Octal | 372 | 373 | 173 | 0 | 0 | 63 | 2 | 74 | 136 | 111 |
| Binary | 11111010 | 11111011 | 1111011 | 0 | 0 | 110011 | 10 | 111100 | 1011110 | 1001001 |
Color Harmonies of #FAFB7B
Complementary color
Monochromatic Colors of #FAFB7B
Black with #FAFB7B
Text Example
Text Example
White with #FAFB7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAFB7B; }
p { color: rgb(250,251,123); }
H1.HeaderClassName
{
color: #FAFB7B;
}
.AnyTagClassName
{
color: #FAFB7B;
}
</style>
background-color css
<style>
a { background-color: #FAFB7B; }
a { background-color: rgb(250,251,123); }
div.DivClassName
{
background-color: #FAFB7B;
}
.BgClassName
{
background-color: #FAFB7B;
}
</style>
border-color css
<style>
span { border-color: #FAFB7B; }
span { border-color: rgb(250,251,123); }
td.TdClassName
{
border-color: #FAFB7B;
}
.TagClassName
{
border-color: #FAFB7B;
}
</style>