Shades of Picasso #FAED94
Tints of Picasso #FAED94
RGB
CMYK
RGB Variations
Color information
#FAED94 (or 0xFAED94) is known color: Picasso. HEX triplet: FA, ED and 94. RGB value is (250,237,148). Sum of RGB (Red+Green+Blue) = 250+237+148=635 (84% of max value = 765). Red value is 250 (98.05% from 255 or 39.37% from 635); Green value is 237 (92.97% from 255 or 37.32% from 635); Blue value is 148 (58.20% from 255 or 23.31% from 635); Max value from RGB is 250 - color contains mainly: red. Hex color #FAED94 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAED94 is #05126B. Grayscale: #E7E7E7. Windows color (decimal): -332396 or 9760250. OLE color: 9760250.
HSL color Cylindrical-coordinate representation of color #FAED94: hue angle of 52.35º 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 #FAED94 is Cyan = 0, Magento = 0.05, Yellow = 0.41 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 237 | 148 | - |
| CMYK | 0 | 0.05 | 0.41 | 0.02 |
| HSL | 52.35º | 0.91% | 0.78% | - |
| HSV(B) | 52.35º | 0.41% | 0.98% | - |
| XYZ | 75.05 | 83.03 | 40.09 | - |
| YUV | 230.74 | 81.31 | 141.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 237 | 148 | 0 | 0.05 | 0.41 | 0.02 | 52.35 | 0.91 | 0.78 |
| Hex | FA | ED | 94 | 0 | 5 | 29 | 2 | 34 | 5B | 4E |
| Octal | 372 | 355 | 224 | 0 | 5 | 51 | 2 | 64 | 133 | 116 |
| Binary | 11111010 | 11101101 | 10010100 | 0 | 101 | 101001 | 10 | 110100 | 1011011 | 1001110 |
Color Harmonies of #FAED94
Complementary color
Monochromatic Colors of #FAED94
Black with #FAED94
Text Example
Text Example
White with #FAED94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAED94; }
p { color: rgb(250,237,148); }
H1.HeaderClassName
{
color: #FAED94;
}
.AnyTagClassName
{
color: #FAED94;
}
</style>
background-color css
<style>
a { background-color: #FAED94; }
a { background-color: rgb(250,237,148); }
div.DivClassName
{
background-color: #FAED94;
}
.BgClassName
{
background-color: #FAED94;
}
</style>
border-color css
<style>
span { border-color: #FAED94; }
span { border-color: rgb(250,237,148); }
td.TdClassName
{
border-color: #FAED94;
}
.TagClassName
{
border-color: #FAED94;
}
</style>