Shades of Paris Daisy #FAFB4D
Tints of Paris Daisy #FAFB4D
RGB
CMYK
RGB Variations
Color information
#FAFB4D (or 0xFAFB4D) is known color: Paris Daisy. HEX triplet: FA, FB and 4D. RGB value is (250,251,77). Sum of RGB (Red+Green+Blue) = 250+251+77=578 (76% of max value = 765). Red value is 250 (98.05% from 255 or 43.25% from 578); Green value is 251 (98.44% from 255 or 43.43% from 578); Blue value is 77 (30.47% from 255 or 13.32% from 578); Max value from RGB is 251 - color contains mainly: green. Hex color #FAFB4D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FAFB4D is #0504B2. Grayscale: #E7E7E7. Windows color (decimal): -328883 or 5110778. OLE color: 5110778.
HSL color Cylindrical-coordinate representation of color #FAFB4D: 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.69%. Process color model (Four color, CMYK) of #FAFB4D is Cyan = 0.00, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 251 | 77 | - |
| CMYK | 0.00 | 0 | 0.69 | 0.02 |
| HSL | 60.34º | 0.96% | 0.64% | - |
| HSV(B) | 60.34º | 0.69% | 0.98% | - |
| XYZ | 75.26 | 89.85 | 20.4 | - |
| YUV | 230.87 | 41.17 | 141.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 251 | 77 | 0.00 | 0 | 0.69 | 0.02 | 60.34 | 0.96 | 0.64 |
| Hex | FA | FB | 4D | 0 | 0 | 45 | 2 | 3C | 60 | 40 |
| Octal | 372 | 373 | 115 | 0 | 0 | 105 | 2 | 74 | 140 | 100 |
| Binary | 11111010 | 11111011 | 1001101 | 0 | 0 | 1000101 | 10 | 111100 | 1100000 | 1000000 |
Color Harmonies of #FAFB4D
Complementary color
Monochromatic Colors of #FAFB4D
Black with #FAFB4D
Text Example
Text Example
White with #FAFB4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAFB4D; }
p { color: rgb(250,251,77); }
H1.HeaderClassName
{
color: #FAFB4D;
}
.AnyTagClassName
{
color: #FAFB4D;
}
</style>
background-color css
<style>
a { background-color: #FAFB4D; }
a { background-color: rgb(250,251,77); }
div.DivClassName
{
background-color: #FAFB4D;
}
.BgClassName
{
background-color: #FAFB4D;
}
</style>
border-color css
<style>
span { border-color: #FAFB4D; }
span { border-color: rgb(250,251,77); }
td.TdClassName
{
border-color: #FAFB4D;
}
.TagClassName
{
border-color: #FAFB4D;
}
</style>