Shades of Paris Daisy #FAFE4E
Tints of Paris Daisy #FAFE4E
RGB
CMYK
RGB Variations
Color information
#FAFE4E (or 0xFAFE4E) is known color: Paris Daisy. HEX triplet: FA, FE and 4E. RGB value is (250,254,78). Sum of RGB (Red+Green+Blue) = 250+254+78=582 (77% of max value = 765). Red value is 250 (98.05% from 255 or 42.96% from 582); Green value is 254 (99.61% from 255 or 43.64% from 582); Blue value is 78 (30.86% from 255 or 13.40% from 582); Max value from RGB is 254 - color contains mainly: green. Hex color #FAFE4E is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FAFE4E is #0501B1. Grayscale: #E9E9E9. Windows color (decimal): -328114 or 5177082. OLE color: 5177082.
HSL color Cylindrical-coordinate representation of color #FAFE4E: hue angle of 61.36º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #FAFE4E is Cyan = 0.02, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 250 | 254 | 78 | - |
| CMYK | 0.02 | 0 | 0.69 | 0.00 |
| HSL | 61.36º | 0.99% | 0.65% | - |
| HSV(B) | 61.36º | 0.69% | 1% | - |
| XYZ | 76.24 | 91.76 | 20.9 | - |
| YUV | 232.74 | 40.67 | 140.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 254 | 78 | 0.02 | 0 | 0.69 | 0.00 | 61.36 | 0.99 | 0.65 |
| Hex | FA | FE | 4E | 2 | 0 | 45 | 0 | 3D | 63 | 41 |
| Octal | 372 | 376 | 116 | 2 | 0 | 105 | 0 | 75 | 143 | 101 |
| Binary | 11111010 | 11111110 | 1001110 | 10 | 0 | 1000101 | 0 | 111101 | 1100011 | 1000001 |
Color Harmonies of #FAFE4E
Complementary color
Monochromatic Colors of #FAFE4E
Black with #FAFE4E
Text Example
Text Example
White with #FAFE4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAFE4E; }
p { color: rgb(250,254,78); }
H1.HeaderClassName
{
color: #FAFE4E;
}
.AnyTagClassName
{
color: #FAFE4E;
}
</style>
background-color css
<style>
a { background-color: #FAFE4E; }
a { background-color: rgb(250,254,78); }
div.DivClassName
{
background-color: #FAFE4E;
}
.BgClassName
{
background-color: #FAFE4E;
}
</style>
border-color css
<style>
span { border-color: #FAFE4E; }
span { border-color: rgb(250,254,78); }
td.TdClassName
{
border-color: #FAFE4E;
}
.TagClassName
{
border-color: #FAFE4E;
}
</style>