#fceb96

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

Shades of Picasso #FCEB96

Tints of Picasso #FCEB96

Color information

#FCEB96 (or 0xFCEB96) is unknown color: approx Picasso. HEX triplet: FC, EB and 96. RGB value is (252,235,150). Sum of RGB (Red+Green+Blue) = 252+235+150=637 (84% of max value = 765). Red value is 252 (98.83% from 255 or 39.56% from 637); Green value is 235 (92.19% from 255 or 36.89% from 637); Blue value is 150 (58.98% from 255 or 23.55% from 637); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEB96 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FCEB96 is #031469. Grayscale: #E6E6E6. Windows color (decimal): -201834 or 9890812. OLE color: 9890812.

HSL color Cylindrical-coordinate representation of color #FCEB96: hue angle of 50º degrees, saturation: 0.94, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #FCEB96 is Cyan = 0, Magento = 0.07, Yellow = 0.40 and Black (K on CMYK) = 0.01.

Color convert

RGB252235150-
CMYK00.070.400.01
HSL50º94.44%78.82%-
HSV(B)50º40.48%98.82%-
XYZ75.3682.3140.77-
YUV230.3982.63143.41-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 39.56%
GREEN value IS 235 (92.19% from 255) = 36.89%
BLUE value IS 150 (58.98% from 255) = 23.55%
R=39.56%
G=36.89%
B=23.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.40
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25223515000.070.400.015094.4478.82
HexFCEB9607281325e4f
Octal3743532260750162136117
Binary1111110011101011100101100111101000111001010111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #fceb96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #fceb96; }

 p { color: rgb(252,235,150); }

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

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

 a { background-color: rgb(252,235,150); }

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

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

 span { border-color: rgb(252,235,150); }

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