Shades of Paris Daisy #FCFE51
Tints of Paris Daisy #FCFE51
RGB
CMYK
RGB Variations
Color information
#FCFE51 (or 0xFCFE51) is known color: Paris Daisy. HEX triplet: FC, FE and 51. RGB value is (252,254,81). Sum of RGB (Red+Green+Blue) = 252+254+81=587 (77% of max value = 765). Red value is 252 (98.83% from 255 or 42.93% from 587); Green value is 254 (99.61% from 255 or 43.27% from 587); Blue value is 81 (32.03% from 255 or 13.80% from 587); Max value from RGB is 254 - color contains mainly: green. Hex color #FCFE51 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCFE51 is #0301AE. Grayscale: #EAEAEA. Windows color (decimal): -197039 or 5373692. OLE color: 5373692.
HSL color Cylindrical-coordinate representation of color #FCFE51: hue angle of 60.69º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #FCFE51 is Cyan = 0.01, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 252 | 254 | 81 | - |
| CMYK | 0.01 | 0 | 0.68 | 0.00 |
| HSL | 60.69º | 0.99% | 0.66% | - |
| HSV(B) | 60.69º | 0.68% | 1% | - |
| XYZ | 77.07 | 92.17 | 21.51 | - |
| YUV | 233.68 | 41.84 | 141.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 254 | 81 | 0.01 | 0 | 0.68 | 0.00 | 60.69 | 0.99 | 0.66 |
| Hex | FC | FE | 51 | 1 | 0 | 44 | 0 | 3D | 63 | 42 |
| Octal | 374 | 376 | 121 | 1 | 0 | 104 | 0 | 75 | 143 | 102 |
| Binary | 11111100 | 11111110 | 1010001 | 1 | 0 | 1000100 | 0 | 111101 | 1100011 | 1000010 |
Color Harmonies of #FCFE51
Complementary color
Monochromatic Colors of #FCFE51
Black with #FCFE51
Text Example
Text Example
White with #FCFE51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCFE51; }
p { color: rgb(252,254,81); }
H1.HeaderClassName
{
color: #FCFE51;
}
.AnyTagClassName
{
color: #FCFE51;
}
</style>
background-color css
<style>
a { background-color: #FCFE51; }
a { background-color: rgb(252,254,81); }
div.DivClassName
{
background-color: #FCFE51;
}
.BgClassName
{
background-color: #FCFE51;
}
</style>
border-color css
<style>
span { border-color: #FCFE51; }
span { border-color: rgb(252,254,81); }
td.TdClassName
{
border-color: #FCFE51;
}
.TagClassName
{
border-color: #FCFE51;
}
</style>