Shades of Picasso #F1E69B
Tints of Picasso #F1E69B
RGB
CMYK
RGB Variations
Color information
#F1E69B (or 0xF1E69B) is known color: Picasso. HEX triplet: F1, E6 and 9B. RGB value is (241,230,155). Sum of RGB (Red+Green+Blue) = 241+230+155=626 (82% of max value = 765). Red value is 241 (94.53% from 255 or 38.50% from 626); Green value is 230 (90.23% from 255 or 36.74% from 626); Blue value is 155 (60.94% from 255 or 24.76% from 626); Max value from RGB is 241 - color contains mainly: red. Hex color #F1E69B is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F1E69B is #0E1964. Grayscale: #E1E1E1. Windows color (decimal): -924005 or 10217201. OLE color: 10217201.
HSL color Cylindrical-coordinate representation of color #F1E69B: hue angle of 52.33º degrees, saturation: 0.75, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #F1E69B is Cyan = 0, Magento = 0.05, Yellow = 0.36 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 230 | 155 | - |
| CMYK | 0 | 0.05 | 0.36 | 0.05 |
| HSL | 52.33º | 0.75% | 0.78% | - |
| HSV(B) | 52.33º | 0.36% | 0.95% | - |
| XYZ | 70.49 | 77.66 | 42.29 | - |
| YUV | 224.74 | 88.64 | 139.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 230 | 155 | 0 | 0.05 | 0.36 | 0.05 | 52.33 | 0.75 | 0.78 |
| Hex | F1 | E6 | 9B | 0 | 5 | 24 | 5 | 34 | 4B | 4E |
| Octal | 361 | 346 | 233 | 0 | 5 | 44 | 5 | 64 | 113 | 116 |
| Binary | 11110001 | 11100110 | 10011011 | 0 | 101 | 100100 | 101 | 110100 | 1001011 | 1001110 |
Color Harmonies of #F1E69B
Complementary color
Monochromatic Colors of #F1E69B
Black with #F1E69B
Text Example
Text Example
White with #F1E69B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1E69B; }
p { color: rgb(241,230,155); }
H1.HeaderClassName
{
color: #F1E69B;
}
.AnyTagClassName
{
color: #F1E69B;
}
</style>
background-color css
<style>
a { background-color: #F1E69B; }
a { background-color: rgb(241,230,155); }
div.DivClassName
{
background-color: #F1E69B;
}
.BgClassName
{
background-color: #F1E69B;
}
</style>
border-color css
<style>
span { border-color: #F1E69B; }
span { border-color: rgb(241,230,155); }
td.TdClassName
{
border-color: #F1E69B;
}
.TagClassName
{
border-color: #F1E69B;
}
</style>