Shades of Paris Daisy #FCFD46
Tints of Paris Daisy #FCFD46
RGB
CMYK
RGB Variations
Color information
#FCFD46 (or 0xFCFD46) is known color: Paris Daisy. HEX triplet: FC, FD and 46. RGB value is (252,253,70). Sum of RGB (Red+Green+Blue) = 252+253+70=575 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.83% from 575); Green value is 253 (99.22% from 255 or 44% from 575); Blue value is 70 (27.73% from 255 or 12.17% from 575); Max value from RGB is 253 - color contains mainly: green. Hex color #FCFD46 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FCFD46 is #0302B9. Grayscale: #E8E8E8. Windows color (decimal): -197306 or 4652540. OLE color: 4652540.
HSL color Cylindrical-coordinate representation of color #FCFD46: hue angle of 60.33º degrees, saturation: 0.98, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #FCFD46 is Cyan = 0.00, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 253 | 70 | - |
| CMYK | 0.00 | 0 | 0.72 | 0.01 |
| HSL | 60.33º | 0.98% | 0.63% | - |
| HSV(B) | 60.33º | 0.72% | 0.99% | - |
| XYZ | 76.38 | 91.39 | 19.41 | - |
| YUV | 231.84 | 36.67 | 142.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 253 | 70 | 0.00 | 0 | 0.72 | 0.01 | 60.33 | 0.98 | 0.63 |
| Hex | FC | FD | 46 | 0 | 0 | 48 | 1 | 3C | 62 | 3F |
| Octal | 374 | 375 | 106 | 0 | 0 | 110 | 1 | 74 | 142 | 77 |
| Binary | 11111100 | 11111101 | 1000110 | 0 | 0 | 1001000 | 1 | 111100 | 1100010 | 111111 |
Color Harmonies of #FCFD46
Complementary color
Monochromatic Colors of #FCFD46
Black with #FCFD46
Text Example
Text Example
White with #FCFD46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCFD46; }
p { color: rgb(252,253,70); }
H1.HeaderClassName
{
color: #FCFD46;
}
.AnyTagClassName
{
color: #FCFD46;
}
</style>
background-color css
<style>
a { background-color: #FCFD46; }
a { background-color: rgb(252,253,70); }
div.DivClassName
{
background-color: #FCFD46;
}
.BgClassName
{
background-color: #FCFD46;
}
</style>
border-color css
<style>
span { border-color: #FCFD46; }
span { border-color: rgb(252,253,70); }
td.TdClassName
{
border-color: #FCFD46;
}
.TagClassName
{
border-color: #FCFD46;
}
</style>