#F2E7A0

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

Shades of Picasso #F2E7A0

Tints of Picasso #F2E7A0

Color information

#F2E7A0 (or 0xF2E7A0) is unknown color: approx Picasso. HEX triplet: F2, E7 and A0. RGB value is (242,231,160). Sum of RGB (Red+Green+Blue) = 242+231+160=633 (83% of max value = 765). Red value is 242 (94.92% from 255 or 38.23% from 633); Green value is 231 (90.62% from 255 or 36.49% from 633); Blue value is 160 (62.89% from 255 or 25.28% from 633); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E7A0 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F2E7A0 is #0D185F. Grayscale: #E2E2E2. Windows color (decimal): -858208 or 10545138. OLE color: 10545138.

HSL color Cylindrical-coordinate representation of color #F2E7A0: hue angle of 51.95º degrees, saturation: 0.76, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #F2E7A0 is Cyan = 0, Magento = 0.05, Yellow = 0.34 and Black (K on CMYK) = 0.05.

Color convert

RGB242231160-
CMYK00.050.340.05
HSL51.95º75.93%78.82%-
HSV(B)51.95º33.88%94.9%-
XYZ71.5478.5744.65-
YUV226.290.64139.27-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 38.23%
GREEN value IS 231 (90.62% from 255) = 36.49%
BLUE value IS 160 (62.89% from 255) = 25.28%
R=38.23%
G=36.49%
B=25.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.34
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24223116000.050.340.0551.9575.9378.82
HexF2E7A005225344c4f
Octal3623472400542564114117
Binary111100101110011110100000010110001010111010010011001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2E7A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2E7A0; }

 p { color: rgb(242,231,160); }

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

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

 a { background-color: rgb(242,231,160); }

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

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

 span { border-color: rgb(242,231,160); }

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