Shades of Paris Daisy #FDFE50
Tints of Paris Daisy #FDFE50
RGB
CMYK
RGB Variations
Color information
#FDFE50 (or 0xFDFE50) is known color: Paris Daisy. HEX triplet: FD, FE and 50. RGB value is (253,254,80). Sum of RGB (Red+Green+Blue) = 253+254+80=587 (77% of max value = 765). Red value is 253 (99.22% from 255 or 43.10% from 587); Green value is 254 (99.61% from 255 or 43.27% from 587); Blue value is 80 (31.64% from 255 or 13.63% from 587); Max value from RGB is 254 - color contains mainly: green. Hex color #FDFE50 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDFE50 is #0201AF. Grayscale: #EAEAEA. Windows color (decimal): -131504 or 5308157. OLE color: 5308157.
HSL color Cylindrical-coordinate representation of color #FDFE50: hue angle of 60.34º 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 #FDFE50 is Cyan = 0.00, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 253 | 254 | 80 | - |
| CMYK | 0.00 | 0 | 0.69 | 0.00 |
| HSL | 60.34º | 0.99% | 0.65% | - |
| HSV(B) | 60.34º | 0.69% | 1% | - |
| XYZ | 77.4 | 92.35 | 21.33 | - |
| YUV | 233.87 | 41.17 | 141.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 254 | 80 | 0.00 | 0 | 0.69 | 0.00 | 60.34 | 0.99 | 0.65 |
| Hex | FD | FE | 50 | 0 | 0 | 45 | 0 | 3C | 63 | 41 |
| Octal | 375 | 376 | 120 | 0 | 0 | 105 | 0 | 74 | 143 | 101 |
| Binary | 11111101 | 11111110 | 1010000 | 0 | 0 | 1000101 | 0 | 111100 | 1100011 | 1000001 |
Color Harmonies of #FDFE50
Complementary color
Monochromatic Colors of #FDFE50
Black with #FDFE50
Text Example
Text Example
White with #FDFE50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDFE50; }
p { color: rgb(253,254,80); }
H1.HeaderClassName
{
color: #FDFE50;
}
.AnyTagClassName
{
color: #FDFE50;
}
</style>
background-color css
<style>
a { background-color: #FDFE50; }
a { background-color: rgb(253,254,80); }
div.DivClassName
{
background-color: #FDFE50;
}
.BgClassName
{
background-color: #FDFE50;
}
</style>
border-color css
<style>
span { border-color: #FDFE50; }
span { border-color: rgb(253,254,80); }
td.TdClassName
{
border-color: #FDFE50;
}
.TagClassName
{
border-color: #FDFE50;
}
</style>