#FAED97

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

Shades of Picasso #FAED97

Tints of Picasso #FAED97

Color information

#FAED97 (or 0xFAED97) is unknown color: approx Picasso. HEX triplet: FA, ED and 97. RGB value is (250,237,151). Sum of RGB (Red+Green+Blue) = 250+237+151=638 (84% of max value = 765). Red value is 250 (98.05% from 255 or 39.18% from 638); Green value is 237 (92.97% from 255 or 37.15% from 638); Blue value is 151 (59.38% from 255 or 23.67% from 638); Max value from RGB is 250 - color contains mainly: red. Hex color #FAED97 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAED97 is #051268. Grayscale: #E7E7E7. Windows color (decimal): -332393 or 9956858. OLE color: 9956858.

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

Color convert

RGB250237151-
CMYK00.050.400.02
HSL52.12º90.83%78.63%-
HSV(B)52.12º39.6%98.04%-
XYZ75.2983.1341.35-
YUV231.0882.81141.49-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 39.18%
GREEN value IS 237 (92.97% from 255) = 37.15%
BLUE value IS 151 (59.38% from 255) = 23.67%
R=39.18%
G=37.15%
B=23.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.40
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25023715100.050.400.0252.1290.8378.63
HexFAED9705282345b4f
Octal3723552270550264133117
Binary11111010111011011001011101011010001011010010110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAED97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAED97; }

 p { color: rgb(250,237,151); }

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

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

 a { background-color: rgb(250,237,151); }

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

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

 span { border-color: rgb(250,237,151); }

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