Shades of Paris Daisy #FAFF43
Tints of Paris Daisy #FAFF43
RGB
CMYK
RGB Variations
Color information
#FAFF43 (or 0xFAFF43) is known color: Paris Daisy. HEX triplet: FA, FF and 43. RGB value is (250,255,67). Sum of RGB (Red+Green+Blue) = 250+255+67=572 (75% of max value = 765). Red value is 250 (98.05% from 255 or 43.71% from 572); Green value is 255 (100% from 255 or 44.58% from 572); Blue value is 67 (26.56% from 255 or 11.71% from 572); Max value from RGB is 255 - color contains mainly: green. Hex color #FAFF43 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FAFF43 is #0500BC. Grayscale: #E8E8E8. Windows color (decimal): -327869 or 4456442. OLE color: 4456442.
HSL color Cylindrical-coordinate representation of color #FAFF43: hue angle of 61.6º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #FAFF43 is Cyan = 0.02, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.
Color convert
| RGB | 250 | 255 | 67 | - |
| CMYK | 0.02 | 0 | 0.74 | 0 |
| HSL | 61.6º | 1% | 0.63% | - |
| HSV(B) | 61.6º | 0.74% | 1% | - |
| XYZ | 76.2 | 92.25 | 19.1 | - |
| YUV | 232.07 | 34.84 | 140.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 255 | 67 | 0.02 | 0 | 0.74 | 0 | 61.6 | 1 | 0.63 |
| Hex | FA | FF | 43 | 2 | 0 | 4A | 0 | 3E | 64 | 3F |
| Octal | 372 | 377 | 103 | 2 | 0 | 112 | 0 | 76 | 144 | 77 |
| Binary | 11111010 | 11111111 | 1000011 | 10 | 0 | 1001010 | 0 | 111110 | 1100100 | 111111 |
Color Harmonies of #FAFF43
Complementary color
Monochromatic Colors of #FAFF43
Black with #FAFF43
Text Example
Text Example
White with #FAFF43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAFF43; }
p { color: rgb(250,255,67); }
H1.HeaderClassName
{
color: #FAFF43;
}
.AnyTagClassName
{
color: #FAFF43;
}
</style>
background-color css
<style>
a { background-color: #FAFF43; }
a { background-color: rgb(250,255,67); }
div.DivClassName
{
background-color: #FAFF43;
}
.BgClassName
{
background-color: #FAFF43;
}
</style>
border-color css
<style>
span { border-color: #FAFF43; }
span { border-color: rgb(250,255,67); }
td.TdClassName
{
border-color: #FAFF43;
}
.TagClassName
{
border-color: #FAFF43;
}
</style>