#F8EB8E

Color #F8EB8E Picasso (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Picasso #F8EB8E

Tints of Picasso #F8EB8E

Color information

#F8EB8E (or 0xF8EB8E) is unknown color: approx Picasso. HEX triplet: F8, EB and 8E. RGB value is (248,235,142). Sum of RGB (Red+Green+Blue) = 248+235+142=625 (82% of max value = 765). Red value is 248 (97.27% from 255 or 39.68% from 625); Green value is 235 (92.19% from 255 or 37.6% from 625); Blue value is 142 (55.86% from 255 or 22.72% from 625); Max value from RGB is 248 - color contains mainly: red. Hex color #F8EB8E is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F8EB8E is #071471. Grayscale: #E4E4E4. Windows color (decimal): -463986 or 9366520. OLE color: 9366520.

HSL color Cylindrical-coordinate representation of color #F8EB8E: hue angle of 52.64º degrees, saturation: 0.88, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F8EB8E is Cyan = 0, Magento = 0.05, Yellow = 0.43 and Black (K on CMYK) = 0.03.

Color convert

RGB248235142-
CMYK00.050.430.03
HSL52.64º88.33%76.47%-
HSV(B)52.64º42.74%97.25%-
XYZ73.381.3337.43-
YUV228.2879.31142.06-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 248 (97.27% from 255) = 39.68%
GREEN value IS 235 (92.19% from 255) = 37.6%
BLUE value IS 142 (55.86% from 255) = 22.72%
R=39.68%
G=37.6%
B=22.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.43
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24823514200.050.430.0352.6488.3376.47
HexF8EB8E052B335584c
Octal3703532160553365130114
Binary11111000111010111000111001011010111111010110110001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8EB8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8EB8E; }

 p { color: rgb(248,235,142); }

 H1.HeaderClassName
 {
   color: #F8EB8E;
 }
 .AnyTagClassName
 {
   color: #F8EB8E;
 }
</style>
background-color css

<style>
 a { background-color: #F8EB8E; }

 a { background-color: rgb(248,235,142); }

 div.DivClassName
 {
   background-color: #F8EB8E;
 }
 .BgClassName
 {
   background-color: #F8EB8E;
 }
</style>
border-color css

<style>
 span { border-color: #F8EB8E; }

 span { border-color: rgb(248,235,142); }

 td.TdClassName
 {
   border-color: #F8EB8E;
 }
 .TagClassName
 {
   border-color: #F8EB8E;
 }
</style>