#FCEA94

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

Shades of Picasso #FCEA94

Tints of Picasso #FCEA94

Color information

#FCEA94 (or 0xFCEA94) is unknown color: approx Picasso. HEX triplet: FC, EA and 94. RGB value is (252,234,148). Sum of RGB (Red+Green+Blue) = 252+234+148=634 (83% of max value = 765). Red value is 252 (98.83% from 255 or 39.75% from 634); Green value is 234 (91.80% from 255 or 36.91% from 634); Blue value is 148 (58.20% from 255 or 23.34% from 634); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEA94 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FCEA94 is #03156B. Grayscale: #E5E5E5. Windows color (decimal): -202092 or 9759484. OLE color: 9759484.

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

Color convert

RGB252234148-
CMYK00.070.410.01
HSL49.62º94.55%78.43%-
HSV(B)49.62º41.27%98.82%-
XYZ74.9181.6839.83-
YUV229.5881.96143.99-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 39.75%
GREEN value IS 234 (91.80% from 255) = 36.91%
BLUE value IS 148 (58.20% from 255) = 23.34%
R=39.75%
G=36.91%
B=23.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.41
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25223414800.070.410.0149.6294.5578.43
HexFCEA9407291325f4e
Octal3743522240751162137116
Binary1111110011101010100101000111101001111001010111111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCEA94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCEA94; }

 p { color: rgb(252,234,148); }

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

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

 a { background-color: rgb(252,234,148); }

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

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

 span { border-color: rgb(252,234,148); }

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