Shades of Picasso #FEED8F
Tints of Picasso #FEED8F
RGB
CMYK
RGB Variations
Color information
#FEED8F (or 0xFEED8F) is known color: Picasso. HEX triplet: FE, ED and 8F. RGB value is (254,237,143). Sum of RGB (Red+Green+Blue) = 254+237+143=634 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.06% from 634); Green value is 237 (92.97% from 255 or 37.38% from 634); Blue value is 143 (56.25% from 255 or 22.56% from 634); Max value from RGB is 254 - color contains mainly: red. Hex color #FEED8F is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEED8F is #011270. Grayscale: #E7E7E7. Windows color (decimal): -70257 or 9432574. OLE color: 9432574.
HSL color Cylindrical-coordinate representation of color #FEED8F: hue angle of 50.81º degrees, saturation: 0.98, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #FEED8F is Cyan = 0, Magento = 0.07, Yellow = 0.44 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 237 | 143 | - |
| CMYK | 0 | 0.07 | 0.44 | 0.00 |
| HSL | 50.81º | 0.98% | 0.78% | - |
| HSV(B) | 50.81º | 0.44% | 1% | - |
| XYZ | 76.12 | 83.62 | 38.12 | - |
| YUV | 231.37 | 78.13 | 144.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 237 | 143 | 0 | 0.07 | 0.44 | 0.00 | 50.81 | 0.98 | 0.78 |
| Hex | FE | ED | 8F | 0 | 7 | 2C | 0 | 33 | 62 | 4E |
| Octal | 376 | 355 | 217 | 0 | 7 | 54 | 0 | 63 | 142 | 116 |
| Binary | 11111110 | 11101101 | 10001111 | 0 | 111 | 101100 | 0 | 110011 | 1100010 | 1001110 |
Color Harmonies of #FEED8F
Complementary color
Monochromatic Colors of #FEED8F
Black with #FEED8F
Text Example
Text Example
White with #FEED8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEED8F; }
p { color: rgb(254,237,143); }
H1.HeaderClassName
{
color: #FEED8F;
}
.AnyTagClassName
{
color: #FEED8F;
}
</style>
background-color css
<style>
a { background-color: #FEED8F; }
a { background-color: rgb(254,237,143); }
div.DivClassName
{
background-color: #FEED8F;
}
.BgClassName
{
background-color: #FEED8F;
}
</style>
border-color css
<style>
span { border-color: #FEED8F; }
span { border-color: rgb(254,237,143); }
td.TdClassName
{
border-color: #FEED8F;
}
.TagClassName
{
border-color: #FEED8F;
}
</style>