Shades of Paris Daisy #FCFE4E
Tints of Paris Daisy #FCFE4E
RGB
CMYK
RGB Variations
Color information
#FCFE4E (or 0xFCFE4E) is known color: Paris Daisy. HEX triplet: FC, FE and 4E. RGB value is (252,254,78). Sum of RGB (Red+Green+Blue) = 252+254+78=584 (77% of max value = 765). Red value is 252 (98.83% from 255 or 43.15% from 584); Green value is 254 (99.61% from 255 or 43.49% from 584); Blue value is 78 (30.86% from 255 or 13.36% from 584); Max value from RGB is 254 - color contains mainly: green. Hex color #FCFE4E is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCFE4E is #0301B1. Grayscale: #EAEAEA. Windows color (decimal): -197042 or 5177084. OLE color: 5177084.
HSL color Cylindrical-coordinate representation of color #FCFE4E: hue angle of 60.68º 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 #FCFE4E is Cyan = 0.01, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 252 | 254 | 78 | - |
| CMYK | 0.01 | 0 | 0.69 | 0.00 |
| HSL | 60.68º | 0.99% | 0.65% | - |
| HSV(B) | 60.68º | 0.69% | 1% | - |
| XYZ | 76.96 | 92.13 | 20.93 | - |
| YUV | 233.34 | 40.34 | 141.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 254 | 78 | 0.01 | 0 | 0.69 | 0.00 | 60.68 | 0.99 | 0.65 |
| Hex | FC | FE | 4E | 1 | 0 | 45 | 0 | 3D | 63 | 41 |
| Octal | 374 | 376 | 116 | 1 | 0 | 105 | 0 | 75 | 143 | 101 |
| Binary | 11111100 | 11111110 | 1001110 | 1 | 0 | 1000101 | 0 | 111101 | 1100011 | 1000001 |
Color Harmonies of #FCFE4E
Complementary color
Monochromatic Colors of #FCFE4E
Black with #FCFE4E
Text Example
Text Example
White with #FCFE4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCFE4E; }
p { color: rgb(252,254,78); }
H1.HeaderClassName
{
color: #FCFE4E;
}
.AnyTagClassName
{
color: #FCFE4E;
}
</style>
background-color css
<style>
a { background-color: #FCFE4E; }
a { background-color: rgb(252,254,78); }
div.DivClassName
{
background-color: #FCFE4E;
}
.BgClassName
{
background-color: #FCFE4E;
}
</style>
border-color css
<style>
span { border-color: #FCFE4E; }
span { border-color: rgb(252,254,78); }
td.TdClassName
{
border-color: #FCFE4E;
}
.TagClassName
{
border-color: #FCFE4E;
}
</style>