Shades of Paris Daisy #FAFE48
Tints of Paris Daisy #FAFE48
RGB
CMYK
RGB Variations
Color information
#FAFE48 (or 0xFAFE48) is known color: Paris Daisy. HEX triplet: FA, FE and 48. RGB value is (250,254,72). Sum of RGB (Red+Green+Blue) = 250+254+72=576 (76% of max value = 765). Red value is 250 (98.05% from 255 or 43.40% from 576); Green value is 254 (99.61% from 255 or 44.10% from 576); Blue value is 72 (28.52% from 255 or 12.5% from 576); Max value from RGB is 254 - color contains mainly: green. Hex color #FAFE48 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FAFE48 is #0501B7. Grayscale: #E8E8E8. Windows color (decimal): -328120 or 4783866. OLE color: 4783866.
HSL color Cylindrical-coordinate representation of color #FAFE48: hue angle of 61.32º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #FAFE48 is Cyan = 0.02, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 250 | 254 | 72 | - |
| CMYK | 0.02 | 0 | 0.72 | 0.00 |
| HSL | 61.32º | 0.99% | 0.64% | - |
| HSV(B) | 61.32º | 0.72% | 1% | - |
| XYZ | 76.04 | 91.68 | 19.82 | - |
| YUV | 232.06 | 37.67 | 140.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 254 | 72 | 0.02 | 0 | 0.72 | 0.00 | 61.32 | 0.99 | 0.64 |
| Hex | FA | FE | 48 | 2 | 0 | 48 | 0 | 3D | 63 | 40 |
| Octal | 372 | 376 | 110 | 2 | 0 | 110 | 0 | 75 | 143 | 100 |
| Binary | 11111010 | 11111110 | 1001000 | 10 | 0 | 1001000 | 0 | 111101 | 1100011 | 1000000 |
Color Harmonies of #FAFE48
Complementary color
Monochromatic Colors of #FAFE48
Black with #FAFE48
Text Example
Text Example
White with #FAFE48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAFE48; }
p { color: rgb(250,254,72); }
H1.HeaderClassName
{
color: #FAFE48;
}
.AnyTagClassName
{
color: #FAFE48;
}
</style>
background-color css
<style>
a { background-color: #FAFE48; }
a { background-color: rgb(250,254,72); }
div.DivClassName
{
background-color: #FAFE48;
}
.BgClassName
{
background-color: #FAFE48;
}
</style>
border-color css
<style>
span { border-color: #FAFE48; }
span { border-color: rgb(250,254,72); }
td.TdClassName
{
border-color: #FAFE48;
}
.TagClassName
{
border-color: #FAFE48;
}
</style>