Shades of Picasso #FAE993
Tints of Picasso #FAE993
RGB
CMYK
RGB Variations
Color information
#FAE993 (or 0xFAE993) is known color: Picasso. HEX triplet: FA, E9 and 93. RGB value is (250,233,147). Sum of RGB (Red+Green+Blue) = 250+233+147=630 (83% of max value = 765). Red value is 250 (98.05% from 255 or 39.68% from 630); Green value is 233 (91.41% from 255 or 36.98% from 630); Blue value is 147 (57.81% from 255 or 23.33% from 630); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE993 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAE993 is #05166C. Grayscale: #E4E4E4. Windows color (decimal): -333421 or 9693690. OLE color: 9693690.
HSL color Cylindrical-coordinate representation of color #FAE993: hue angle of 50.1º degrees, saturation: 0.91, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #FAE993 is Cyan = 0, Magento = 0.07, Yellow = 0.41 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 233 | 147 | - |
| CMYK | 0 | 0.07 | 0.41 | 0.02 |
| HSL | 50.1º | 0.91% | 0.78% | - |
| HSV(B) | 50.1º | 0.41% | 0.98% | - |
| XYZ | 73.83 | 80.71 | 39.29 | - |
| YUV | 228.28 | 82.13 | 143.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 233 | 147 | 0 | 0.07 | 0.41 | 0.02 | 50.1 | 0.91 | 0.78 |
| Hex | FA | E9 | 93 | 0 | 7 | 29 | 2 | 32 | 5B | 4E |
| Octal | 372 | 351 | 223 | 0 | 7 | 51 | 2 | 62 | 133 | 116 |
| Binary | 11111010 | 11101001 | 10010011 | 0 | 111 | 101001 | 10 | 110010 | 1011011 | 1001110 |
Color Harmonies of #FAE993
Complementary color
Monochromatic Colors of #FAE993
Black with #FAE993
Text Example
Text Example
White with #FAE993
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAE993; }
p { color: rgb(250,233,147); }
H1.HeaderClassName
{
color: #FAE993;
}
.AnyTagClassName
{
color: #FAE993;
}
</style>
background-color css
<style>
a { background-color: #FAE993; }
a { background-color: rgb(250,233,147); }
div.DivClassName
{
background-color: #FAE993;
}
.BgClassName
{
background-color: #FAE993;
}
</style>
border-color css
<style>
span { border-color: #FAE993; }
span { border-color: rgb(250,233,147); }
td.TdClassName
{
border-color: #FAE993;
}
.TagClassName
{
border-color: #FAE993;
}
</style>