Html Css Color HEX #FCEC96 Picasso

📋 copy color: '#FCEC96'

red 252 ◦ green 236 ◦ blue 150

#FCEC96
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Picasso #FCEC96

Tints of Picasso #FCEC96

RGB

 RED value IS 252 (98.83% from 255) = 39.5%

 GREEN value IS 236 (92.58% from 255) = 36.99%

 BLUE value IS 150 (58.98% from 255) = 23.51%

R = 39.5%
G = 36.99%
B = 23.51%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.40

 K value IS 0.01

RGB Variations

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

Color information

#FCEC96 (or 0xFCEC96) is known color: Picasso. HEX triplet: FC, EC and 96. RGB value is (252,236,150). Sum of RGB (Red+Green+Blue) = 252+236+150=638 (84% of max value = 765). Red value is 252 (98.83% from 255 or 39.50% from 638); Green value is 236 (92.58% from 255 or 36.99% from 638); Blue value is 150 (58.98% from 255 or 23.51% from 638); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEC96 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FCEC96 is #031369. Grayscale: #E7E7E7. Windows color (decimal): -201578 or 9891068. OLE color: 9891068.

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

Color convert

RGB 252 236 150 -
CMYK 0 0.06 0.40 0.01
HSL 50.59º 0.94% 0.79% -
HSV(B) 50.59º 0.4% 0.99% -
XYZ 75.65 82.89 40.87 -
YUV 230.98 82.3 142.99 -
System Red Green Blue C M Y K H S L
Decimal 252 236 150 0 0.06 0.40 0.01 50.59 0.94 0.79
Hex FC EC 96 0 6 28 1 33 5E 4F
Octal 374 354 226 0 6 50 1 63 136 117
Binary 11111100 11101100 10010110 0 110 101000 1 110011 1011110 1001111

Color Harmonies of #FCEC96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCEC96

Black with #FCEC96

Text Example


Text Example

White with #FCEC96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCEC96; }

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

 H1.HeaderClassName
 {
   color: #FCEC96;
 }
 .AnyTagClassName
 {
   color: #FCEC96;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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