Html Css Color HEX #FCE296 Vis Vis

📋 copy color: '#FCE296'

red 252 ◦ green 226 ◦ blue 150

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

Shades of Vis Vis #FCE296

Tints of Vis Vis #FCE296

RGB

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

 GREEN value IS 226 (88.67% from 255) = 35.99%

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

R = 40.13%
G = 35.99%
B = 23.89%

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

#FCE296 (or 0xFCE296) is known color: Vis Vis. HEX triplet: FC, E2 and 96. RGB value is (252,226,150). Sum of RGB (Red+Green+Blue) = 252+226+150=628 (83% of max value = 765). Red value is 252 (98.83% from 255 or 40.13% from 628); Green value is 226 (88.67% from 255 or 35.99% from 628); Blue value is 150 (58.98% from 255 or 23.89% from 628); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE296 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCE296 is #031D69. Grayscale: #E1E1E1. Windows color (decimal): -204138 or 9888508. OLE color: 9888508.

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

Color convert

RGB 252 226 150 -
CMYK 0 0.10 0.40 0.01
HSL 44.71º 0.94% 0.79% -
HSV(B) 44.71º 0.4% 0.99% -
XYZ 72.85 77.29 39.93 -
YUV 225.11 85.61 147.18 -
System Red Green Blue C M Y K H S L
Decimal 252 226 150 0 0.10 0.40 0.01 44.71 0.94 0.79
Hex FC E2 96 0 A 28 1 2D 5E 4F
Octal 374 342 226 0 12 50 1 55 136 117
Binary 11111100 11100010 10010110 0 1010 101000 1 101101 1011110 1001111

Color Harmonies of #FCE296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCE296

Black with #FCE296

Text Example


Text Example

White with #FCE296

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCE296; }

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

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

background-color css

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

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

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

border-color css

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

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

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