#FAE98D

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

Shades of Picasso #FAE98D

Tints of Picasso #FAE98D

Color information

#FAE98D (or 0xFAE98D) is unknown color: approx Picasso. HEX triplet: FA, E9 and 8D. RGB value is (250,233,141). Sum of RGB (Red+Green+Blue) = 250+233+141=624 (82% of max value = 765). Red value is 250 (98.05% from 255 or 40.06% from 624); Green value is 233 (91.41% from 255 or 37.34% from 624); Blue value is 141 (55.47% from 255 or 22.60% from 624); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE98D is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAE98D is #051672. Grayscale: #E3E3E3. Windows color (decimal): -333427 or 9300474. OLE color: 9300474.

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

Color convert

RGB250233141-
CMYK00.070.440.02
HSL50.64º91.6%76.67%-
HSV(B)50.64º43.6%98.04%-
XYZ73.3780.5236.88-
YUV227.679.13143.98-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 40.06%
GREEN value IS 233 (91.41% from 255) = 37.34%
BLUE value IS 141 (55.47% from 255) = 22.60%
R=40.06%
G=37.34%
B=22.60%

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
Decimal25023314100.070.440.0250.6491.676.67
HexFAE98D072C2335c4d
Octal3723512150754263134115
Binary11111010111010011000110101111011001011001110111001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAE98D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAE98D; }

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

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

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

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

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

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

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

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