#FAED94

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

Shades of Picasso #FAED94

Tints of Picasso #FAED94

Color information

#FAED94 (or 0xFAED94) is unknown color: approx Picasso. HEX triplet: FA, ED and 94. RGB value is (250,237,148). Sum of RGB (Red+Green+Blue) = 250+237+148=635 (84% of max value = 765). Red value is 250 (98.05% from 255 or 39.37% from 635); Green value is 237 (92.97% from 255 or 37.32% from 635); Blue value is 148 (58.20% from 255 or 23.31% from 635); Max value from RGB is 250 - color contains mainly: red. Hex color #FAED94 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAED94 is #05126B. Grayscale: #E7E7E7. Windows color (decimal): -332396 or 9760250. OLE color: 9760250.

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

Color convert

RGB250237148-
CMYK00.050.410.02
HSL52.35º91.07%78.04%-
HSV(B)52.35º40.8%98.04%-
XYZ75.0583.0340.09-
YUV230.7481.31141.74-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 39.37%
GREEN value IS 237 (92.97% from 255) = 37.32%
BLUE value IS 148 (58.20% from 255) = 23.31%
R=39.37%
G=37.32%
B=23.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.41
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25023714800.050.410.0252.3591.0778.04
HexFAED9405292345b4e
Octal3723552240551264133116
Binary11111010111011011001010001011010011011010010110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAED94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAED94; }

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

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

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

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

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

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

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

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