#FCE18E

Color #FCE18E Vis Vis (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Vis Vis #FCE18E

Tints of Vis Vis #FCE18E

Color information

#FCE18E (or 0xFCE18E) is unknown color: approx Vis Vis. HEX triplet: FC, E1 and 8E. RGB value is (252,225,142). Sum of RGB (Red+Green+Blue) = 252+225+142=619 (81% of max value = 765). Red value is 252 (98.83% from 255 or 40.71% from 619); Green value is 225 (88.28% from 255 or 36.35% from 619); Blue value is 142 (55.86% from 255 or 22.94% from 619); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE18E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCE18E is #031E71. Grayscale: #DFDFDF. Windows color (decimal): -204402 or 9363964. OLE color: 9363964.

HSL color Cylindrical-coordinate representation of color #FCE18E: hue angle of 45.27º degrees, saturation: 0.95, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #FCE18E is Cyan = 0, Magento = 0.11, Yellow = 0.44 and Black (K on CMYK) = 0.01.

Color convert

RGB252225142-
CMYK00.110.440.01
HSL45.27º94.83%77.25%-
HSV(B)45.27º43.65%98.82%-
XYZ71.9576.536.56-
YUV223.6181.95148.25-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 40.71%
GREEN value IS 225 (88.28% from 255) = 36.35%
BLUE value IS 142 (55.86% from 255) = 22.94%
R=40.71%
G=36.35%
B=22.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.44
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25222514200.110.440.0145.2794.8377.25
HexFCE18E0B2C12d5f4d
Octal37434121601354155137115
Binary11111100111000011000111001011101100110110110111111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCE18E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCE18E; }

 p { color: rgb(252,225,142); }

 H1.HeaderClassName
 {
   color: #FCE18E;
 }
 .AnyTagClassName
 {
   color: #FCE18E;
 }
</style>
background-color css

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

 a { background-color: rgb(252,225,142); }

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

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

 span { border-color: rgb(252,225,142); }

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