#F2E49B

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

Shades of Picasso #F2E49B

Tints of Picasso #F2E49B

Color information

#F2E49B (or 0xF2E49B) is unknown color: approx Picasso. HEX triplet: F2, E4 and 9B. RGB value is (242,228,155). Sum of RGB (Red+Green+Blue) = 242+228+155=625 (82% of max value = 765). Red value is 242 (94.92% from 255 or 38.72% from 625); Green value is 228 (89.45% from 255 or 36.48% from 625); Blue value is 155 (60.94% from 255 or 24.8% from 625); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E49B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2E49B is #0D1B64. Grayscale: #E0E0E0. Windows color (decimal): -858981 or 10216690. OLE color: 10216690.

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

Color convert

RGB242228155-
CMYK00.060.360.05
HSL50.34º76.99%77.84%-
HSV(B)50.34º35.95%94.9%-
XYZ70.2876.7342.12-
YUV223.8689.14140.94-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 38.72%
GREEN value IS 228 (89.45% from 255) = 36.48%
BLUE value IS 155 (60.94% from 255) = 24.8%
R=38.72%
G=36.48%
B=24.8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.36
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24222815500.060.360.0550.3476.9977.84
HexF2E49B06245324d4e
Octal3623442330644562115116
Binary111100101110010010011011011010010010111001010011011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2E49B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2E49B; }

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

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

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

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

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

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

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

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