Shades of Paris Daisy #FEFF50
Tints of Paris Daisy #FEFF50
RGB
CMYK
RGB Variations
Color information
#FEFF50 (or 0xFEFF50) is known color: Paris Daisy. HEX triplet: FE, FF and 50. RGB value is (254,255,80). Sum of RGB (Red+Green+Blue) = 254+255+80=589 (78% of max value = 765). Red value is 254 (99.61% from 255 or 43.12% from 589); Green value is 255 (100% from 255 or 43.29% from 589); Blue value is 80 (31.64% from 255 or 13.58% from 589); Max value from RGB is 255 - color contains mainly: green. Hex color #FEFF50 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEFF50 is #0100AF. Grayscale: #EBEBEB. Windows color (decimal): -65712 or 5308414. OLE color: 5308414.
HSL color Cylindrical-coordinate representation of color #FEFF50: hue angle of 60.34º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #FEFF50 is Cyan = 0.00, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.
Color convert
| RGB | 254 | 255 | 80 | - |
| CMYK | 0.00 | 0 | 0.69 | 0 |
| HSL | 60.34º | 1% | 0.66% | - |
| HSV(B) | 60.34º | 0.69% | 1% | - |
| XYZ | 78.08 | 93.17 | 21.46 | - |
| YUV | 234.75 | 40.67 | 141.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 255 | 80 | 0.00 | 0 | 0.69 | 0 | 60.34 | 1 | 0.66 |
| Hex | FE | FF | 50 | 0 | 0 | 45 | 0 | 3C | 64 | 42 |
| Octal | 376 | 377 | 120 | 0 | 0 | 105 | 0 | 74 | 144 | 102 |
| Binary | 11111110 | 11111111 | 1010000 | 0 | 0 | 1000101 | 0 | 111100 | 1100100 | 1000010 |
Color Harmonies of #FEFF50
Complementary color
Monochromatic Colors of #FEFF50
Black with #FEFF50
Text Example
Text Example
White with #FEFF50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEFF50; }
p { color: rgb(254,255,80); }
H1.HeaderClassName
{
color: #FEFF50;
}
.AnyTagClassName
{
color: #FEFF50;
}
</style>
background-color css
<style>
a { background-color: #FEFF50; }
a { background-color: rgb(254,255,80); }
div.DivClassName
{
background-color: #FEFF50;
}
.BgClassName
{
background-color: #FEFF50;
}
</style>
border-color css
<style>
span { border-color: #FEFF50; }
span { border-color: rgb(254,255,80); }
td.TdClassName
{
border-color: #FEFF50;
}
.TagClassName
{
border-color: #FEFF50;
}
</style>