#FAEE98

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

Shades of Picasso #FAEE98

Tints of Picasso #FAEE98

Color information

#FAEE98 (or 0xFAEE98) is unknown color: approx Picasso. HEX triplet: FA, EE and 98. RGB value is (250,238,152). Sum of RGB (Red+Green+Blue) = 250+238+152=640 (84% of max value = 765). Red value is 250 (98.05% from 255 or 39.06% from 640); Green value is 238 (93.36% from 255 or 37.19% from 640); Blue value is 152 (59.77% from 255 or 23.75% from 640); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEE98 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAEE98 is #051167. Grayscale: #E8E8E8. Windows color (decimal): -332136 or 10022650. OLE color: 10022650.

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

Color convert

RGB250238152-
CMYK00.050.390.02
HSL52.65º90.74%78.82%-
HSV(B)52.65º39.2%98.04%-
XYZ75.6783.7441.88-
YUV231.7882.98140.99-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 39.06%
GREEN value IS 238 (93.36% from 255) = 37.19%
BLUE value IS 152 (59.77% from 255) = 23.75%
R=39.06%
G=37.19%
B=23.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.39
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25023815200.050.390.0252.6590.7478.82
HexFAEE9805272355b4f
Octal3723562300547265133117
Binary11111010111011101001100001011001111011010110110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAEE98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAEE98; }

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

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

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

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

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

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

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

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