#F2E995

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

Shades of Picasso #F2E995

Tints of Picasso #F2E995

Color information

#F2E995 (or 0xF2E995) is unknown color: approx Picasso. HEX triplet: F2, E9 and 95. RGB value is (242,233,149). Sum of RGB (Red+Green+Blue) = 242+233+149=624 (82% of max value = 765). Red value is 242 (94.92% from 255 or 38.78% from 624); Green value is 233 (91.41% from 255 or 37.34% from 624); Blue value is 149 (58.59% from 255 or 23.88% from 624); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E995 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F2E995 is #0D166A. Grayscale: #E2E2E2. Windows color (decimal): -857707 or 9824754. OLE color: 9824754.

HSL color Cylindrical-coordinate representation of color #F2E995: hue angle of 54.19º 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 #F2E995 is Cyan = 0, Magento = 0.04, Yellow = 0.38 and Black (K on CMYK) = 0.05.

Color convert

RGB242233149-
CMYK00.040.380.05
HSL54.19º78.15%76.67%-
HSV(B)54.19º38.43%94.9%-
XYZ71.1879.3239.99-
YUV226.1184.48139.33-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 38.78%
GREEN value IS 233 (91.41% from 255) = 37.34%
BLUE value IS 149 (58.59% from 255) = 23.88%
R=38.78%
G=37.34%
B=23.88%

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
Decimal24223314900.040.380.0554.1978.1576.67
HexF2E99504265364e4d
Octal3623512250446566116115
Binary111100101110100110010101010010011010111011010011101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2E995

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2E995; }

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

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

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

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

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

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

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

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