Html Css Color HEX #FCE396 Vis Vis

📋 copy color: '#FCE396'

red 252 ◦ green 227 ◦ blue 150

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

Shades of Vis Vis #FCE396

Tints of Vis Vis #FCE396

RGB

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

 GREEN value IS 227 (89.06% from 255) = 36.09%

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

R = 40.06%
G = 36.09%
B = 23.85%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.40

 K value IS 0.01

RGB Variations

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

Color information

#FCE396 (or 0xFCE396) is known color: Vis Vis. HEX triplet: FC, E3 and 96. RGB value is (252,227,150). Sum of RGB (Red+Green+Blue) = 252+227+150=629 (83% of max value = 765). Red value is 252 (98.83% from 255 or 40.06% from 629); Green value is 227 (89.06% from 255 or 36.09% from 629); Blue value is 150 (58.98% from 255 or 23.85% from 629); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE396 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCE396 is #031C69. Grayscale: #E2E2E2. Windows color (decimal): -203882 or 9888764. OLE color: 9888764.

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

Color convert

RGB 252 227 150 -
CMYK 0 0.10 0.40 0.01
HSL 45.29º 0.94% 0.79% -
HSV(B) 45.29º 0.4% 0.99% -
XYZ 73.12 77.84 40.02 -
YUV 225.7 85.28 146.76 -
System Red Green Blue C M Y K H S L
Decimal 252 227 150 0 0.10 0.40 0.01 45.29 0.94 0.79
Hex FC E3 96 0 A 28 1 2D 5E 4F
Octal 374 343 226 0 12 50 1 55 136 117
Binary 11111100 11100011 10010110 0 1010 101000 1 101101 1011110 1001111

Color Harmonies of #FCE396

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCE396

Black with #FCE396

Text Example


Text Example

White with #FCE396

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCE396; }

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

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

background-color css

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

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

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

border-color css

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

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

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