#FCEC92

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

Shades of Picasso #FCEC92

Tints of Picasso #FCEC92

Color information

#FCEC92 (or 0xFCEC92) is unknown color: approx Picasso. HEX triplet: FC, EC and 92. RGB value is (252,236,146). Sum of RGB (Red+Green+Blue) = 252+236+146=634 (83% of max value = 765). Red value is 252 (98.83% from 255 or 39.75% from 634); Green value is 236 (92.58% from 255 or 37.22% from 634); Blue value is 146 (57.42% from 255 or 23.03% from 634); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEC92 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FCEC92 is #03136D. Grayscale: #E6E6E6. Windows color (decimal): -201582 or 9628924. OLE color: 9628924.

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

Color convert

RGB252236146-
CMYK00.060.420.01
HSL50.94º94.64%78.04%-
HSV(B)50.94º42.06%98.82%-
XYZ75.3382.7639.2-
YUV230.5280.3143.32-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 39.75%
GREEN value IS 236 (92.58% from 255) = 37.22%
BLUE value IS 146 (57.42% from 255) = 23.03%
R=39.75%
G=37.22%
B=23.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.42
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25223614600.060.420.0150.9494.6478.04
HexFCEC92062A1335f4e
Octal3743542220652163137116
Binary1111110011101100100100100110101010111001110111111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCEC92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCEC92; }

 p { color: rgb(252,236,146); }

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

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

 a { background-color: rgb(252,236,146); }

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

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

 span { border-color: rgb(252,236,146); }

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