#FAEA8D

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

Shades of Picasso #FAEA8D

Tints of Picasso #FAEA8D

Color information

#FAEA8D (or 0xFAEA8D) is unknown color: approx Picasso. HEX triplet: FA, EA and 8D. RGB value is (250,234,141). Sum of RGB (Red+Green+Blue) = 250+234+141=625 (82% of max value = 765). Red value is 250 (98.05% from 255 or 40% from 625); Green value is 234 (91.80% from 255 or 37.44% from 625); Blue value is 141 (55.47% from 255 or 22.56% from 625); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEA8D is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAEA8D is #051572. Grayscale: #E4E4E4. Windows color (decimal): -333171 or 9300730. OLE color: 9300730.

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

Color convert

RGB250234141-
CMYK00.060.440.02
HSL51.19º91.6%76.67%-
HSV(B)51.19º43.6%98.04%-
XYZ73.6581.0936.97-
YUV228.1878.8143.56-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 40%
GREEN value IS 234 (91.80% from 255) = 37.44%
BLUE value IS 141 (55.47% from 255) = 22.56%
R=40%
G=37.44%
B=22.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.44
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25023414100.060.440.0251.1991.676.67
HexFAEA8D062C2335c4d
Octal3723522150654263134115
Binary11111010111010101000110101101011001011001110111001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAEA8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAEA8D; }

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

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

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

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

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

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

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

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