Shades of Picasso #F4E69D
Tints of Picasso #F4E69D
RGB
CMYK
RGB Variations
Color information
#F4E69D (or 0xF4E69D) is known color: Picasso. HEX triplet: F4, E6 and 9D. RGB value is (244,230,157). Sum of RGB (Red+Green+Blue) = 244+230+157=631 (83% of max value = 765). Red value is 244 (95.70% from 255 or 38.67% from 631); Green value is 230 (90.23% from 255 or 36.45% from 631); Blue value is 157 (61.72% from 255 or 24.88% from 631); Max value from RGB is 244 - color contains mainly: red. Hex color #F4E69D is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F4E69D is #0B1962. Grayscale: #E2E2E2. Windows color (decimal): -727395 or 10348276. OLE color: 10348276.
HSL color Cylindrical-coordinate representation of color #F4E69D: hue angle of 50.34º degrees, saturation: 0.8, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #F4E69D is Cyan = 0, Magento = 0.06, Yellow = 0.36 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 230 | 157 | - |
| CMYK | 0 | 0.06 | 0.36 | 0.04 |
| HSL | 50.34º | 0.8% | 0.79% | - |
| HSV(B) | 50.34º | 0.36% | 0.96% | - |
| XYZ | 71.69 | 78.26 | 43.23 | - |
| YUV | 225.86 | 89.14 | 140.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 230 | 157 | 0 | 0.06 | 0.36 | 0.04 | 50.34 | 0.8 | 0.79 |
| Hex | F4 | E6 | 9D | 0 | 6 | 24 | 4 | 32 | 50 | 4F |
| Octal | 364 | 346 | 235 | 0 | 6 | 44 | 4 | 62 | 120 | 117 |
| Binary | 11110100 | 11100110 | 10011101 | 0 | 110 | 100100 | 100 | 110010 | 1010000 | 1001111 |
Color Harmonies of #F4E69D
Complementary color
Monochromatic Colors of #F4E69D
Black with #F4E69D
Text Example
Text Example
White with #F4E69D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4E69D; }
p { color: rgb(244,230,157); }
H1.HeaderClassName
{
color: #F4E69D;
}
.AnyTagClassName
{
color: #F4E69D;
}
</style>
background-color css
<style>
a { background-color: #F4E69D; }
a { background-color: rgb(244,230,157); }
div.DivClassName
{
background-color: #F4E69D;
}
.BgClassName
{
background-color: #F4E69D;
}
</style>
border-color css
<style>
span { border-color: #F4E69D; }
span { border-color: rgb(244,230,157); }
td.TdClassName
{
border-color: #F4E69D;
}
.TagClassName
{
border-color: #F4E69D;
}
</style>