Html Css Color HEX #FCE495 Vis Vis

📋 copy color: '#FCE495'

red 252 ◦ green 228 ◦ blue 149

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

Shades of Vis Vis #FCE495

Tints of Vis Vis #FCE495

RGB

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

 GREEN value IS 228 (89.45% from 255) = 36.25%

 BLUE value IS 149 (58.59% from 255) = 23.69%

R = 40.06%
G = 36.25%
B = 23.69%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.41

 K value IS 0.01

RGB Variations

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

Color information

#FCE495 (or 0xFCE495) is known color: Vis Vis. HEX triplet: FC, E4 and 95. RGB value is (252,228,149). Sum of RGB (Red+Green+Blue) = 252+228+149=629 (83% of max value = 765). Red value is 252 (98.83% from 255 or 40.06% from 629); Green value is 228 (89.45% from 255 or 36.25% from 629); Blue value is 149 (58.59% from 255 or 23.69% from 629); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE495 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCE495 is #031B6A. Grayscale: #E2E2E2. Windows color (decimal): -203627 or 9823484. OLE color: 9823484.

HSL color Cylindrical-coordinate representation of color #FCE495: hue angle of 46.02º degrees, saturation: 0.94, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #FCE495 is Cyan = 0, Magento = 0.10, Yellow = 0.41 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 228 149 -
CMYK 0 0.10 0.41 0.01
HSL 46.02º 0.94% 0.79% -
HSV(B) 46.02º 0.41% 0.99% -
XYZ 73.31 78.35 39.69 -
YUV 226.17 84.45 146.42 -
System Red Green Blue C M Y K H S L
Decimal 252 228 149 0 0.10 0.41 0.01 46.02 0.94 0.79
Hex FC E4 95 0 A 29 1 2E 5E 4F
Octal 374 344 225 0 12 51 1 56 136 117
Binary 11111100 11100100 10010101 0 1010 101001 1 101110 1011110 1001111

Color Harmonies of #FCE495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCE495

Black with #FCE495

Text Example


Text Example

White with #FCE495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCE495; }

 p { color: rgb(252,228,149); }

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

background-color css

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

 a { background-color: rgb(252,228,149); }

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

border-color css

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

 span { border-color: rgb(252,228,149); }

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