#FAEC8E

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

Shades of Picasso #FAEC8E

Tints of Picasso #FAEC8E

Color information

#FAEC8E (or 0xFAEC8E) is unknown color: approx Picasso. HEX triplet: FA, EC and 8E. RGB value is (250,236,142). Sum of RGB (Red+Green+Blue) = 250+236+142=628 (83% of max value = 765). Red value is 250 (98.05% from 255 or 39.81% from 628); Green value is 236 (92.58% from 255 or 37.58% from 628); Blue value is 142 (55.86% from 255 or 22.61% from 628); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEC8E is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAEC8E is #051371. Grayscale: #E5E5E5. Windows color (decimal): -332658 or 9366778. OLE color: 9366778.

HSL color Cylindrical-coordinate representation of color #FAEC8E: hue angle of 52.22º degrees, saturation: 0.92, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #FAEC8E is Cyan = 0, Magento = 0.06, Yellow = 0.43 and Black (K on CMYK) = 0.02.

Color convert

RGB250236142-
CMYK00.060.430.02
HSL52.22º91.53%76.86%-
HSV(B)52.22º43.2%98.04%-
XYZ74.382.2737.55-
YUV229.4778.64142.64-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 39.81%
GREEN value IS 236 (92.58% from 255) = 37.58%
BLUE value IS 142 (55.86% from 255) = 22.61%
R=39.81%
G=37.58%
B=22.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.43
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25023614200.060.430.0252.2291.5376.86
HexFAEC8E062B2345c4d
Octal3723542160653264134115
Binary11111010111011001000111001101010111011010010111001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAEC8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAEC8E; }

 p { color: rgb(250,236,142); }

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

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

 a { background-color: rgb(250,236,142); }

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

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

 span { border-color: rgb(250,236,142); }

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