#F2E898

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

Shades of Picasso #F2E898

Tints of Picasso #F2E898

Color information

#F2E898 (or 0xF2E898) is unknown color: approx Picasso. HEX triplet: F2, E8 and 98. RGB value is (242,232,152). Sum of RGB (Red+Green+Blue) = 242+232+152=626 (82% of max value = 765). Red value is 242 (94.92% from 255 or 38.66% from 626); Green value is 232 (91.02% from 255 or 37.06% from 626); Blue value is 152 (59.77% from 255 or 24.28% from 626); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E898 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F2E898 is #0D1767. Grayscale: #E2E2E2. Windows color (decimal): -857960 or 10021106. OLE color: 10021106.

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

Color convert

RGB242232152-
CMYK00.040.370.05
HSL53.33º77.59%77.25%-
HSV(B)53.33º37.19%94.9%-
XYZ71.1478.8641.18-
YUV225.8786.31139.5-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 38.66%
GREEN value IS 232 (91.02% from 255) = 37.06%
BLUE value IS 152 (59.77% from 255) = 24.28%
R=38.66%
G=37.06%
B=24.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.37
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24223215200.040.370.0553.3377.5977.25
HexF2E89804255354e4d
Octal3623502300445565116115
Binary111100101110100010011000010010010110111010110011101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2E898

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2E898; }

 p { color: rgb(242,232,152); }

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

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

 a { background-color: rgb(242,232,152); }

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

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

 span { border-color: rgb(242,232,152); }

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