#F2E996

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

Shades of Picasso #F2E996

Tints of Picasso #F2E996

Color information

#F2E996 (or 0xF2E996) is unknown color: approx Picasso. HEX triplet: F2, E9 and 96. RGB value is (242,233,150). Sum of RGB (Red+Green+Blue) = 242+233+150=625 (82% of max value = 765). Red value is 242 (94.92% from 255 or 38.72% from 625); Green value is 233 (91.41% from 255 or 37.28% from 625); Blue value is 150 (58.98% from 255 or 24% from 625); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E996 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F2E996 is #0D1669. Grayscale: #E2E2E2. Windows color (decimal): -857706 or 9890290. OLE color: 9890290.

HSL color Cylindrical-coordinate representation of color #F2E996: hue angle of 54.13º degrees, saturation: 0.78, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #F2E996 is Cyan = 0, Magento = 0.04, Yellow = 0.38 and Black (K on CMYK) = 0.05.

Color convert

RGB242233150-
CMYK00.040.380.05
HSL54.13º77.97%76.86%-
HSV(B)54.13º38.02%94.9%-
XYZ71.2679.3640.42-
YUV226.2384.98139.25-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 38.72%
GREEN value IS 233 (91.41% from 255) = 37.28%
BLUE value IS 150 (58.98% from 255) = 24%
R=38.72%
G=37.28%
B=24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.38
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24223315000.040.380.0554.1377.9776.86
HexF2E99604265364e4d
Octal3623512260446566116115
Binary111100101110100110010110010010011010111011010011101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2E996

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2E996; }

 p { color: rgb(242,233,150); }

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

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

 a { background-color: rgb(242,233,150); }

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

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

 span { border-color: rgb(242,233,150); }

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