Shades of Picasso #F1E69F
Tints of Picasso #F1E69F
RGB
CMYK
RGB Variations
Color information
#F1E69F (or 0xF1E69F) is known color: Picasso. HEX triplet: F1, E6 and 9F. RGB value is (241,230,159). Sum of RGB (Red+Green+Blue) = 241+230+159=630 (83% of max value = 765). Red value is 241 (94.53% from 255 or 38.25% from 630); Green value is 230 (90.23% from 255 or 36.51% from 630); Blue value is 159 (62.5% from 255 or 25.24% from 630); Max value from RGB is 241 - color contains mainly: red. Hex color #F1E69F is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F1E69F is #0E1960. Grayscale: #E1E1E1. Windows color (decimal): -924001 or 10479345. OLE color: 10479345.
HSL color Cylindrical-coordinate representation of color #F1E69F: hue angle of 51.95º degrees, saturation: 0.75, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #F1E69F is Cyan = 0, Magento = 0.05, Yellow = 0.34 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 230 | 159 | - |
| CMYK | 0 | 0.05 | 0.34 | 0.05 |
| HSL | 51.95º | 0.75% | 0.78% | - |
| HSV(B) | 51.95º | 0.34% | 0.95% | - |
| XYZ | 70.83 | 77.8 | 44.08 | - |
| YUV | 225.2 | 90.64 | 139.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 230 | 159 | 0 | 0.05 | 0.34 | 0.05 | 51.95 | 0.75 | 0.78 |
| Hex | F1 | E6 | 9F | 0 | 5 | 22 | 5 | 34 | 4B | 4E |
| Octal | 361 | 346 | 237 | 0 | 5 | 42 | 5 | 64 | 113 | 116 |
| Binary | 11110001 | 11100110 | 10011111 | 0 | 101 | 100010 | 101 | 110100 | 1001011 | 1001110 |
Color Harmonies of #F1E69F
Complementary color
Monochromatic Colors of #F1E69F
Black with #F1E69F
Text Example
Text Example
White with #F1E69F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1E69F; }
p { color: rgb(241,230,159); }
H1.HeaderClassName
{
color: #F1E69F;
}
.AnyTagClassName
{
color: #F1E69F;
}
</style>
background-color css
<style>
a { background-color: #F1E69F; }
a { background-color: rgb(241,230,159); }
div.DivClassName
{
background-color: #F1E69F;
}
.BgClassName
{
background-color: #F1E69F;
}
</style>
border-color css
<style>
span { border-color: #F1E69F; }
span { border-color: rgb(241,230,159); }
td.TdClassName
{
border-color: #F1E69F;
}
.TagClassName
{
border-color: #F1E69F;
}
</style>