#FCE094

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

Shades of Vis Vis #FCE094

Tints of Vis Vis #FCE094

Color information

#FCE094 (or 0xFCE094) is unknown color: approx Vis Vis. HEX triplet: FC, E0 and 94. RGB value is (252,224,148). Sum of RGB (Red+Green+Blue) = 252+224+148=624 (82% of max value = 765). Red value is 252 (98.83% from 255 or 40.38% from 624); Green value is 224 (87.89% from 255 or 35.90% from 624); Blue value is 148 (58.20% from 255 or 23.72% from 624); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE094 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCE094 is #031F6B. Grayscale: #E0E0E0. Windows color (decimal): -204652 or 9756924. OLE color: 9756924.

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

Color convert

RGB252224148-
CMYK00.110.410.01
HSL43.85º94.55%78.43%-
HSV(B)43.85º41.27%98.82%-
XYZ72.1576.1438.91-
YUV223.7185.28148.18-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 40.38%
GREEN value IS 224 (87.89% from 255) = 35.90%
BLUE value IS 148 (58.20% from 255) = 23.72%
R=40.38%
G=35.90%
B=23.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.41
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25222414800.110.410.0143.8594.5578.43
HexFCE0940B2912c5f4e
Octal37434022401351154137116
Binary11111100111000001001010001011101001110110010111111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCE094

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCE094; }

 p { color: rgb(252,224,148); }

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

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

 a { background-color: rgb(252,224,148); }

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

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

 span { border-color: rgb(252,224,148); }

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