#FCE98D

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

Shades of Picasso #FCE98D

Tints of Picasso #FCE98D

Color information

#FCE98D (or 0xFCE98D) is unknown color: approx Picasso. HEX triplet: FC, E9 and 8D. RGB value is (252,233,141). Sum of RGB (Red+Green+Blue) = 252+233+141=626 (82% of max value = 765). Red value is 252 (98.83% from 255 or 40.26% from 626); Green value is 233 (91.41% from 255 or 37.22% from 626); Blue value is 141 (55.47% from 255 or 22.52% from 626); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE98D is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FCE98D is #031672. Grayscale: #E4E4E4. Windows color (decimal): -202355 or 9300476. OLE color: 9300476.

HSL color Cylindrical-coordinate representation of color #FCE98D: hue angle of 49.73º degrees, saturation: 0.95, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #FCE98D is Cyan = 0, Magento = 0.08, Yellow = 0.44 and Black (K on CMYK) = 0.01.

Color convert

RGB252233141-
CMYK00.080.440.01
HSL49.73º94.87%77.06%-
HSV(B)49.73º44.05%98.82%-
XYZ74.0980.936.91-
YUV228.1978.79144.98-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 40.26%
GREEN value IS 233 (91.41% from 255) = 37.22%
BLUE value IS 141 (55.47% from 255) = 22.52%
R=40.26%
G=37.22%
B=22.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.44
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25223314100.080.440.0149.7394.8777.06
HexFCE98D082C1325f4d
Octal37435121501054162137115
Binary11111100111010011000110101000101100111001010111111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCE98D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCE98D; }

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

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

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

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

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

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

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

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