Shades of Paris Daisy #FAFE49
Tints of Paris Daisy #FAFE49
RGB
CMYK
RGB Variations
Color information
#FAFE49 (or 0xFAFE49) is known color: Paris Daisy. HEX triplet: FA, FE and 49. RGB value is (250,254,73). Sum of RGB (Red+Green+Blue) = 250+254+73=577 (76% of max value = 765). Red value is 250 (98.05% from 255 or 43.33% from 577); Green value is 254 (99.61% from 255 or 44.02% from 577); Blue value is 73 (28.91% from 255 or 12.65% from 577); Max value from RGB is 254 - color contains mainly: green. Hex color #FAFE49 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FAFE49 is #0501B6. Grayscale: #E8E8E8. Windows color (decimal): -328119 or 4849402. OLE color: 4849402.
HSL color Cylindrical-coordinate representation of color #FAFE49: hue angle of 61.33º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #FAFE49 is Cyan = 0.02, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 250 | 254 | 73 | - |
| CMYK | 0.02 | 0 | 0.71 | 0.00 |
| HSL | 61.33º | 0.99% | 0.64% | - |
| HSV(B) | 61.33º | 0.71% | 1% | - |
| XYZ | 76.07 | 91.69 | 19.99 | - |
| YUV | 232.17 | 38.17 | 140.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 254 | 73 | 0.02 | 0 | 0.71 | 0.00 | 61.33 | 0.99 | 0.64 |
| Hex | FA | FE | 49 | 2 | 0 | 47 | 0 | 3D | 63 | 40 |
| Octal | 372 | 376 | 111 | 2 | 0 | 107 | 0 | 75 | 143 | 100 |
| Binary | 11111010 | 11111110 | 1001001 | 10 | 0 | 1000111 | 0 | 111101 | 1100011 | 1000000 |
Color Harmonies of #FAFE49
Complementary color
Monochromatic Colors of #FAFE49
Black with #FAFE49
Text Example
Text Example
White with #FAFE49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAFE49; }
p { color: rgb(250,254,73); }
H1.HeaderClassName
{
color: #FAFE49;
}
.AnyTagClassName
{
color: #FAFE49;
}
</style>
background-color css
<style>
a { background-color: #FAFE49; }
a { background-color: rgb(250,254,73); }
div.DivClassName
{
background-color: #FAFE49;
}
.BgClassName
{
background-color: #FAFE49;
}
</style>
border-color css
<style>
span { border-color: #FAFE49; }
span { border-color: rgb(250,254,73); }
td.TdClassName
{
border-color: #FAFE49;
}
.TagClassName
{
border-color: #FAFE49;
}
</style>