#F2E495

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

Shades of Picasso #F2E495

Tints of Picasso #F2E495

Color information

#F2E495 (or 0xF2E495) is unknown color: approx Picasso. HEX triplet: F2, E4 and 95. RGB value is (242,228,149). Sum of RGB (Red+Green+Blue) = 242+228+149=619 (81% of max value = 765). Red value is 242 (94.92% from 255 or 39.10% from 619); Green value is 228 (89.45% from 255 or 36.83% from 619); Blue value is 149 (58.59% from 255 or 24.07% from 619); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E495 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2E495 is #0D1B6A. Grayscale: #DFDFDF. Windows color (decimal): -858987 or 9823474. OLE color: 9823474.

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

Color convert

RGB242228149-
CMYK00.060.380.05
HSL50.97º78.15%76.67%-
HSV(B)50.97º38.43%94.9%-
XYZ69.7976.5339.53-
YUV223.1886.14141.42-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 39.10%
GREEN value IS 228 (89.45% from 255) = 36.83%
BLUE value IS 149 (58.59% from 255) = 24.07%
R=39.10%
G=36.83%
B=24.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.38
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24222814900.060.380.0550.9778.1576.67
HexF2E49506265334e4d
Octal3623442250646563116115
Binary111100101110010010010101011010011010111001110011101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2E495

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2E495; }

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

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

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

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

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

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

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

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