#FAE88D

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

Shades of Picasso #FAE88D

Tints of Picasso #FAE88D

Color information

#FAE88D (or 0xFAE88D) is unknown color: approx Picasso. HEX triplet: FA, E8 and 8D. RGB value is (250,232,141). Sum of RGB (Red+Green+Blue) = 250+232+141=623 (82% of max value = 765). Red value is 250 (98.05% from 255 or 40.13% from 623); Green value is 232 (91.02% from 255 or 37.24% from 623); Blue value is 141 (55.47% from 255 or 22.63% from 623); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE88D is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAE88D is #051772. Grayscale: #E3E3E3. Windows color (decimal): -333683 or 9300218. OLE color: 9300218.

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

Color convert

RGB250232141-
CMYK00.070.440.02
HSL50.09º91.6%76.67%-
HSV(B)50.09º43.6%98.04%-
XYZ73.0979.9636.78-
YUV227.0179.46144.4-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 40.13%
GREEN value IS 232 (91.02% from 255) = 37.24%
BLUE value IS 141 (55.47% from 255) = 22.63%
R=40.13%
G=37.24%
B=22.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.44
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25023214100.070.440.0250.0991.676.67
HexFAE88D072C2325c4d
Octal3723502150754262134115
Binary11111010111010001000110101111011001011001010111001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAE88D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAE88D; }

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

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

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

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

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

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

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

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