#FCED94

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

Shades of Picasso #FCED94

Tints of Picasso #FCED94

Color information

#FCED94 (or 0xFCED94) is unknown color: approx Picasso. HEX triplet: FC, ED and 94. RGB value is (252,237,148). Sum of RGB (Red+Green+Blue) = 252+237+148=637 (84% of max value = 765). Red value is 252 (98.83% from 255 or 39.56% from 637); Green value is 237 (92.97% from 255 or 37.21% from 637); Blue value is 148 (58.20% from 255 or 23.23% from 637); Max value from RGB is 252 - color contains mainly: red. Hex color #FCED94 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FCED94 is #03126B. Grayscale: #E7E7E7. Windows color (decimal): -201324 or 9760252. OLE color: 9760252.

HSL color Cylindrical-coordinate representation of color #FCED94: hue angle of 51.35º 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 #FCED94 is Cyan = 0, Magento = 0.06, Yellow = 0.41 and Black (K on CMYK) = 0.01.

Color convert

RGB252237148-
CMYK00.060.410.01
HSL51.35º94.55%78.43%-
HSV(B)51.35º41.27%98.82%-
XYZ75.7783.440.12-
YUV231.3480.97142.74-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 39.56%
GREEN value IS 237 (92.97% from 255) = 37.21%
BLUE value IS 148 (58.20% from 255) = 23.23%
R=39.56%
G=37.21%
B=23.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.41
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25223714800.060.410.0151.3594.5578.43
HexFCED9406291335f4e
Octal3743552240651163137116
Binary1111110011101101100101000110101001111001110111111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCED94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCED94; }

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

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

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

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

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

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

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

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