Shades of Paris Daisy #FAFF4D
Tints of Paris Daisy #FAFF4D
RGB
CMYK
RGB Variations
Color information
#FAFF4D (or 0xFAFF4D) is known color: Paris Daisy. HEX triplet: FA, FF and 4D. RGB value is (250,255,77). Sum of RGB (Red+Green+Blue) = 250+255+77=582 (77% of max value = 765). Red value is 250 (98.05% from 255 or 42.96% from 582); Green value is 255 (100% from 255 or 43.81% from 582); Blue value is 77 (30.47% from 255 or 13.23% from 582); Max value from RGB is 255 - color contains mainly: green. Hex color #FAFF4D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FAFF4D is #0500B2. Grayscale: #E9E9E9. Windows color (decimal): -327859 or 5111802. OLE color: 5111802.
HSL color Cylindrical-coordinate representation of color #FAFF4D: hue angle of 61.69º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #FAFF4D is Cyan = 0.02, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.
Color convert
| RGB | 250 | 255 | 77 | - |
| CMYK | 0.02 | 0 | 0.70 | 0 |
| HSL | 61.69º | 1% | 0.65% | - |
| HSV(B) | 61.69º | 0.7% | 1% | - |
| XYZ | 76.52 | 92.38 | 20.82 | - |
| YUV | 233.21 | 39.84 | 139.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 255 | 77 | 0.02 | 0 | 0.70 | 0 | 61.69 | 1 | 0.65 |
| Hex | FA | FF | 4D | 2 | 0 | 46 | 0 | 3E | 64 | 41 |
| Octal | 372 | 377 | 115 | 2 | 0 | 106 | 0 | 76 | 144 | 101 |
| Binary | 11111010 | 11111111 | 1001101 | 10 | 0 | 1000110 | 0 | 111110 | 1100100 | 1000001 |
Color Harmonies of #FAFF4D
Complementary color
Monochromatic Colors of #FAFF4D
Black with #FAFF4D
Text Example
Text Example
White with #FAFF4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAFF4D; }
p { color: rgb(250,255,77); }
H1.HeaderClassName
{
color: #FAFF4D;
}
.AnyTagClassName
{
color: #FAFF4D;
}
</style>
background-color css
<style>
a { background-color: #FAFF4D; }
a { background-color: rgb(250,255,77); }
div.DivClassName
{
background-color: #FAFF4D;
}
.BgClassName
{
background-color: #FAFF4D;
}
</style>
border-color css
<style>
span { border-color: #FAFF4D; }
span { border-color: rgb(250,255,77); }
td.TdClassName
{
border-color: #FAFF4D;
}
.TagClassName
{
border-color: #FAFF4D;
}
</style>