#FAEA8E

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

Shades of Picasso #FAEA8E

Tints of Picasso #FAEA8E

Color information

#FAEA8E (or 0xFAEA8E) is unknown color: approx Picasso. HEX triplet: FA, EA and 8E. RGB value is (250,234,142). Sum of RGB (Red+Green+Blue) = 250+234+142=626 (82% of max value = 765). Red value is 250 (98.05% from 255 or 39.94% from 626); Green value is 234 (91.80% from 255 or 37.38% from 626); Blue value is 142 (55.86% from 255 or 22.68% from 626); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEA8E is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAEA8E is #051571. Grayscale: #E4E4E4. Windows color (decimal): -333170 or 9366266. OLE color: 9366266.

HSL color Cylindrical-coordinate representation of color #FAEA8E: hue angle of 51.11º 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 #FAEA8E is Cyan = 0, Magento = 0.06, Yellow = 0.43 and Black (K on CMYK) = 0.02.

Color convert

RGB250234142-
CMYK00.060.430.02
HSL51.11º91.53%76.86%-
HSV(B)51.11º43.2%98.04%-
XYZ73.7381.1237.36-
YUV228.379.3143.48-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 39.94%
GREEN value IS 234 (91.80% from 255) = 37.38%
BLUE value IS 142 (55.86% from 255) = 22.68%
R=39.94%
G=37.38%
B=22.68%

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
Decimal25023414200.060.430.0251.1191.5376.86
HexFAEA8E062B2335c4d
Octal3723522160653263134115
Binary11111010111010101000111001101010111011001110111001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAEA8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAEA8E; }

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

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

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

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

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

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

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

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