Html Css Color HEX #FCE996 Picasso

📋 copy color: '#FCE996'

red 252 ◦ green 233 ◦ blue 150

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

Shades of Picasso #FCE996

Tints of Picasso #FCE996

RGB

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

 GREEN value IS 233 (91.41% from 255) = 36.69%

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

R = 39.69%
G = 36.69%
B = 23.62%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.40

 K value IS 0.01

RGB Variations

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

Color information

#FCE996 (or 0xFCE996) is known color: Picasso. HEX triplet: FC, E9 and 96. RGB value is (252,233,150). Sum of RGB (Red+Green+Blue) = 252+233+150=635 (84% of max value = 765). Red value is 252 (98.83% from 255 or 39.69% from 635); Green value is 233 (91.41% from 255 or 36.69% from 635); Blue value is 150 (58.98% from 255 or 23.62% from 635); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE996 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FCE996 is #031669. Grayscale: #E5E5E5. Windows color (decimal): -202346 or 9890300. OLE color: 9890300.

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

Color convert

RGB 252 233 150 -
CMYK 0 0.08 0.40 0.01
HSL 48.82º 0.94% 0.79% -
HSV(B) 48.82º 0.4% 0.99% -
XYZ 74.79 81.18 40.58 -
YUV 229.22 83.29 144.25 -
System Red Green Blue C M Y K H S L
Decimal 252 233 150 0 0.08 0.40 0.01 48.82 0.94 0.79
Hex FC E9 96 0 8 28 1 31 5E 4F
Octal 374 351 226 0 10 50 1 61 136 117
Binary 11111100 11101001 10010110 0 1000 101000 1 110001 1011110 1001111

Color Harmonies of #FCE996

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCE996

Black with #FCE996

Text Example


Text Example

White with #FCE996

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCE996; }

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

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

background-color css

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

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

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

border-color css

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

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

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