#F0E396

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

Shades of Picasso #F0E396

Tints of Picasso #F0E396

Color information

#F0E396 (or 0xF0E396) is unknown color: approx Picasso. HEX triplet: F0, E3 and 96. RGB value is (240,227,150). Sum of RGB (Red+Green+Blue) = 240+227+150=617 (81% of max value = 765). Red value is 240 (94.14% from 255 or 38.90% from 617); Green value is 227 (89.06% from 255 or 36.79% from 617); Blue value is 150 (58.98% from 255 or 24.31% from 617); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E396 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0E396 is #0F1C69. Grayscale: #DEDEDE. Windows color (decimal): -990314 or 9888752. OLE color: 9888752.

HSL color Cylindrical-coordinate representation of color #F0E396: hue angle of 51.33º degrees, saturation: 0.75, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #F0E396 is Cyan = 0, Magento = 0.05, Yellow = 0.37 and Black (K on CMYK) = 0.06.

Color convert

RGB240227150-
CMYK00.050.370.06
HSL51.33º75%76.47%-
HSV(B)51.33º37.5%94.12%-
XYZ68.9175.6739.83-
YUV222.1187.31140.76-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 38.90%
GREEN value IS 227 (89.06% from 255) = 36.79%
BLUE value IS 150 (58.98% from 255) = 24.31%
R=38.90%
G=36.79%
B=24.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.37
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24022715000.050.370.0651.337576.47
HexF0E39605256334b4c
Octal3603432260545663113114
Binary111100001110001110010110010110010111011001110010111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0E396

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0E396; }

 p { color: rgb(240,227,150); }

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

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

 a { background-color: rgb(240,227,150); }

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

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

 span { border-color: rgb(240,227,150); }

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