Shades of Paris Daisy #FCFE50
Tints of Paris Daisy #FCFE50
RGB
CMYK
RGB Variations
Color information
#FCFE50 (or 0xFCFE50) is known color: Paris Daisy. HEX triplet: FC, FE and 50. RGB value is (252,254,80). Sum of RGB (Red+Green+Blue) = 252+254+80=586 (77% of max value = 765). Red value is 252 (98.83% from 255 or 43.00% from 586); Green value is 254 (99.61% from 255 or 43.34% from 586); Blue value is 80 (31.64% from 255 or 13.65% from 586); Max value from RGB is 254 - color contains mainly: green. Hex color #FCFE50 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCFE50 is #0301AF. Grayscale: #EAEAEA. Windows color (decimal): -197040 or 5308156. OLE color: 5308156.
HSL color Cylindrical-coordinate representation of color #FCFE50: hue angle of 60.69º 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 #FCFE50 is Cyan = 0.01, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 252 | 254 | 80 | - |
| CMYK | 0.01 | 0 | 0.69 | 0.00 |
| HSL | 60.69º | 0.99% | 0.65% | - |
| HSV(B) | 60.69º | 0.69% | 1% | - |
| XYZ | 77.03 | 92.16 | 21.32 | - |
| YUV | 233.57 | 41.34 | 141.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 254 | 80 | 0.01 | 0 | 0.69 | 0.00 | 60.69 | 0.99 | 0.65 |
| Hex | FC | FE | 50 | 1 | 0 | 45 | 0 | 3D | 63 | 41 |
| Octal | 374 | 376 | 120 | 1 | 0 | 105 | 0 | 75 | 143 | 101 |
| Binary | 11111100 | 11111110 | 1010000 | 1 | 0 | 1000101 | 0 | 111101 | 1100011 | 1000001 |
Color Harmonies of #FCFE50
Complementary color
Monochromatic Colors of #FCFE50
Black with #FCFE50
Text Example
Text Example
White with #FCFE50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCFE50; }
p { color: rgb(252,254,80); }
H1.HeaderClassName
{
color: #FCFE50;
}
.AnyTagClassName
{
color: #FCFE50;
}
</style>
background-color css
<style>
a { background-color: #FCFE50; }
a { background-color: rgb(252,254,80); }
div.DivClassName
{
background-color: #FCFE50;
}
.BgClassName
{
background-color: #FCFE50;
}
</style>
border-color css
<style>
span { border-color: #FCFE50; }
span { border-color: rgb(252,254,80); }
td.TdClassName
{
border-color: #FCFE50;
}
.TagClassName
{
border-color: #FCFE50;
}
</style>