Shades of Picasso #F2EA98
Tints of Picasso #F2EA98
RGB
CMYK
RGB Variations
Color information
#F2EA98 (or 0xF2EA98) is known color: Picasso. HEX triplet: F2, EA and 98. RGB value is (242,234,152). Sum of RGB (Red+Green+Blue) = 242+234+152=628 (83% of max value = 765). Red value is 242 (94.92% from 255 or 38.54% from 628); Green value is 234 (91.80% from 255 or 37.26% from 628); Blue value is 152 (59.77% from 255 or 24.20% from 628); Max value from RGB is 242 - color contains mainly: red. Hex color #F2EA98 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F2EA98 is #0D1567. Grayscale: #E3E3E3. Windows color (decimal): -857448 or 10021618. OLE color: 10021618.
HSL color Cylindrical-coordinate representation of color #F2EA98: hue angle of 54.67º degrees, saturation: 0.78, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #F2EA98 is Cyan = 0, Magento = 0.03, Yellow = 0.37 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 234 | 152 | - |
| CMYK | 0 | 0.03 | 0.37 | 0.05 |
| HSL | 54.67º | 0.78% | 0.77% | - |
| HSV(B) | 54.67º | 0.37% | 0.95% | - |
| XYZ | 71.71 | 79.99 | 41.37 | - |
| YUV | 227.04 | 85.65 | 138.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 234 | 152 | 0 | 0.03 | 0.37 | 0.05 | 54.67 | 0.78 | 0.77 |
| Hex | F2 | EA | 98 | 0 | 3 | 25 | 5 | 37 | 4E | 4D |
| Octal | 362 | 352 | 230 | 0 | 3 | 45 | 5 | 67 | 116 | 115 |
| Binary | 11110010 | 11101010 | 10011000 | 0 | 11 | 100101 | 101 | 110111 | 1001110 | 1001101 |
Color Harmonies of #F2EA98
Complementary color
Monochromatic Colors of #F2EA98
Black with #F2EA98
Text Example
Text Example
White with #F2EA98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2EA98; }
p { color: rgb(242,234,152); }
H1.HeaderClassName
{
color: #F2EA98;
}
.AnyTagClassName
{
color: #F2EA98;
}
</style>
background-color css
<style>
a { background-color: #F2EA98; }
a { background-color: rgb(242,234,152); }
div.DivClassName
{
background-color: #F2EA98;
}
.BgClassName
{
background-color: #F2EA98;
}
</style>
border-color css
<style>
span { border-color: #F2EA98; }
span { border-color: rgb(242,234,152); }
td.TdClassName
{
border-color: #F2EA98;
}
.TagClassName
{
border-color: #F2EA98;
}
</style>