Shades of Paris Daisy #FAFB4C
Tints of Paris Daisy #FAFB4C
RGB
CMYK
RGB Variations
Color information
#FAFB4C (or 0xFAFB4C) is known color: Paris Daisy. HEX triplet: FA, FB and 4C. RGB value is (250,251,76). Sum of RGB (Red+Green+Blue) = 250+251+76=577 (76% of max value = 765). Red value is 250 (98.05% from 255 or 43.33% from 577); Green value is 251 (98.44% from 255 or 43.50% from 577); Blue value is 76 (30.08% from 255 or 13.17% from 577); Max value from RGB is 251 - color contains mainly: green. Hex color #FAFB4C is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FAFB4C is #0504B3. Grayscale: #E7E7E7. Windows color (decimal): -328884 or 5045242. OLE color: 5045242.
HSL color Cylindrical-coordinate representation of color #FAFB4C: hue angle of 60.34º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #FAFB4C is Cyan = 0.00, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 251 | 76 | - |
| CMYK | 0.00 | 0 | 0.70 | 0.02 |
| HSL | 60.34º | 0.96% | 0.64% | - |
| HSV(B) | 60.34º | 0.7% | 0.98% | - |
| XYZ | 75.23 | 89.84 | 20.21 | - |
| YUV | 230.75 | 40.67 | 141.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 251 | 76 | 0.00 | 0 | 0.70 | 0.02 | 60.34 | 0.96 | 0.64 |
| Hex | FA | FB | 4C | 0 | 0 | 46 | 2 | 3C | 60 | 40 |
| Octal | 372 | 373 | 114 | 0 | 0 | 106 | 2 | 74 | 140 | 100 |
| Binary | 11111010 | 11111011 | 1001100 | 0 | 0 | 1000110 | 10 | 111100 | 1100000 | 1000000 |
Color Harmonies of #FAFB4C
Complementary color
Monochromatic Colors of #FAFB4C
Black with #FAFB4C
Text Example
Text Example
White with #FAFB4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAFB4C; }
p { color: rgb(250,251,76); }
H1.HeaderClassName
{
color: #FAFB4C;
}
.AnyTagClassName
{
color: #FAFB4C;
}
</style>
background-color css
<style>
a { background-color: #FAFB4C; }
a { background-color: rgb(250,251,76); }
div.DivClassName
{
background-color: #FAFB4C;
}
.BgClassName
{
background-color: #FAFB4C;
}
</style>
border-color css
<style>
span { border-color: #FAFB4C; }
span { border-color: rgb(250,251,76); }
td.TdClassName
{
border-color: #FAFB4C;
}
.TagClassName
{
border-color: #FAFB4C;
}
</style>