#F2E49D

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

Shades of Picasso #F2E49D

Tints of Picasso #F2E49D

Color information

#F2E49D (or 0xF2E49D) is unknown color: approx Picasso. HEX triplet: F2, E4 and 9D. RGB value is (242,228,157). Sum of RGB (Red+Green+Blue) = 242+228+157=627 (83% of max value = 765). Red value is 242 (94.92% from 255 or 38.60% from 627); Green value is 228 (89.45% from 255 or 36.36% from 627); Blue value is 157 (61.72% from 255 or 25.04% from 627); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E49D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2E49D is #0D1B62. Grayscale: #E0E0E0. Windows color (decimal): -858979 or 10347762. OLE color: 10347762.

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

Color convert

RGB242228157-
CMYK00.060.350.05
HSL50.12º76.58%78.24%-
HSV(B)50.12º35.12%94.9%-
XYZ70.4576.843.01-
YUV224.0990.14140.77-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 38.60%
GREEN value IS 228 (89.45% from 255) = 36.36%
BLUE value IS 157 (61.72% from 255) = 25.04%
R=38.60%
G=36.36%
B=25.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.35
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24222815700.060.350.0550.1276.5878.24
HexF2E49D06235324d4e
Octal3623442350643562115116
Binary111100101110010010011101011010001110111001010011011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2E49D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2E49D; }

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

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

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

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

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

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

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

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