#F6EA95

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

Shades of Picasso #F6EA95

Tints of Picasso #F6EA95

Color information

#F6EA95 (or 0xF6EA95) is unknown color: approx Picasso. HEX triplet: F6, EA and 95. RGB value is (246,234,149). Sum of RGB (Red+Green+Blue) = 246+234+149=629 (83% of max value = 765). Red value is 246 (96.48% from 255 or 39.11% from 629); Green value is 234 (91.80% from 255 or 37.20% from 629); Blue value is 149 (58.59% from 255 or 23.69% from 629); Max value from RGB is 246 - color contains mainly: red. Hex color #F6EA95 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F6EA95 is #09156A. Grayscale: #E4E4E4. Windows color (decimal): -595307 or 9825014. OLE color: 9825014.

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

Color convert

RGB246234149-
CMYK00.050.390.04
HSL52.58º84.35%77.45%-
HSV(B)52.58º39.43%96.47%-
XYZ72.8580.6140.15-
YUV227.983.48140.91-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 39.11%
GREEN value IS 234 (91.80% from 255) = 37.20%
BLUE value IS 149 (58.59% from 255) = 23.69%
R=39.11%
G=37.20%
B=23.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.39
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24623414900.050.390.0452.5884.3577.45
HexF6EA950527435544d
Octal3663522250547465124115
Binary111101101110101010010101010110011110011010110101001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6EA95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6EA95; }

 p { color: rgb(246,234,149); }

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

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

 a { background-color: rgb(246,234,149); }

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

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

 span { border-color: rgb(246,234,149); }

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