Shades of Paris Daisy #FCE756
Tints of Paris Daisy #FCE756
RGB
CMYK
RGB Variations
Color information
#FCE756 (or 0xFCE756) is known color: Paris Daisy. HEX triplet: FC, E7 and 56. RGB value is (252,231,86). Sum of RGB (Red+Green+Blue) = 252+231+86=569 (75% of max value = 765). Red value is 252 (98.83% from 255 or 44.29% from 569); Green value is 231 (90.62% from 255 or 40.60% from 569); Blue value is 86 (33.98% from 255 or 15.11% from 569); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE756 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCE756 is #0318A9. Grayscale: #DDDDDD. Windows color (decimal): -202922 or 5695484. OLE color: 5695484.
HSL color Cylindrical-coordinate representation of color #FCE756: hue angle of 52.41º degrees, saturation: 0.97, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #FCE756 is Cyan = 0, Magento = 0.08, Yellow = 0.66 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 231 | 86 | - |
| CMYK | 0 | 0.08 | 0.66 | 0.01 |
| HSL | 52.41º | 0.97% | 0.66% | - |
| HSV(B) | 52.41º | 0.66% | 0.99% | - |
| XYZ | 70.4 | 78.52 | 20.25 | - |
| YUV | 220.75 | 51.96 | 150.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 231 | 86 | 0 | 0.08 | 0.66 | 0.01 | 52.41 | 0.97 | 0.66 |
| Hex | FC | E7 | 56 | 0 | 8 | 42 | 1 | 34 | 61 | 42 |
| Octal | 374 | 347 | 126 | 0 | 10 | 102 | 1 | 64 | 141 | 102 |
| Binary | 11111100 | 11100111 | 1010110 | 0 | 1000 | 1000010 | 1 | 110100 | 1100001 | 1000010 |
Color Harmonies of #FCE756
Complementary color
Monochromatic Colors of #FCE756
Black with #FCE756
Text Example
Text Example
White with #FCE756
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE756; }
p { color: rgb(252,231,86); }
H1.HeaderClassName
{
color: #FCE756;
}
.AnyTagClassName
{
color: #FCE756;
}
</style>
background-color css
<style>
a { background-color: #FCE756; }
a { background-color: rgb(252,231,86); }
div.DivClassName
{
background-color: #FCE756;
}
.BgClassName
{
background-color: #FCE756;
}
</style>
border-color css
<style>
span { border-color: #FCE756; }
span { border-color: rgb(252,231,86); }
td.TdClassName
{
border-color: #FCE756;
}
.TagClassName
{
border-color: #FCE756;
}
</style>