#FAEC98

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

Shades of Picasso #FAEC98

Tints of Picasso #FAEC98

Color information

#FAEC98 (or 0xFAEC98) is unknown color: approx Picasso. HEX triplet: FA, EC and 98. RGB value is (250,236,152). Sum of RGB (Red+Green+Blue) = 250+236+152=638 (84% of max value = 765). Red value is 250 (98.05% from 255 or 39.18% from 638); Green value is 236 (92.58% from 255 or 36.99% from 638); Blue value is 152 (59.77% from 255 or 23.82% from 638); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEC98 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAEC98 is #051367. Grayscale: #E6E6E6. Windows color (decimal): -332648 or 10022138. OLE color: 10022138.

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

Color convert

RGB250236152-
CMYK00.060.390.02
HSL51.43º90.74%78.82%-
HSV(B)51.43º39.2%98.04%-
XYZ75.0982.5841.69-
YUV230.6183.64141.83-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 39.18%
GREEN value IS 236 (92.58% from 255) = 36.99%
BLUE value IS 152 (59.77% from 255) = 23.82%
R=39.18%
G=36.99%
B=23.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.39
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25023615200.060.390.0251.4390.7478.82
HexFAEC9806272335b4f
Octal3723542300647263133117
Binary11111010111011001001100001101001111011001110110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAEC98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAEC98; }

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

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

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

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

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

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

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

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