#FAE198

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

Shades of Vis Vis #FAE198

Tints of Vis Vis #FAE198

Color information

#FAE198 (or 0xFAE198) is unknown color: approx Vis Vis. HEX triplet: FA, E1 and 98. RGB value is (250,225,152). Sum of RGB (Red+Green+Blue) = 250+225+152=627 (83% of max value = 765). Red value is 250 (98.05% from 255 or 39.87% from 627); Green value is 225 (88.28% from 255 or 35.89% from 627); Blue value is 152 (59.77% from 255 or 24.24% from 627); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE198 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAE198 is #051E67. Grayscale: #E0E0E0. Windows color (decimal): -335464 or 10019322. OLE color: 10019322.

HSL color Cylindrical-coordinate representation of color #FAE198: hue angle of 44.69º degrees, saturation: 0.91, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #FAE198 is Cyan = 0, Magento = 0.10, Yellow = 0.39 and Black (K on CMYK) = 0.02.

Color convert

RGB250225152-
CMYK00.100.390.02
HSL44.69º90.74%78.82%-
HSV(B)44.69º39.2%98.04%-
XYZ72.0276.4440.66-
YUV224.1587.28146.44-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 39.87%
GREEN value IS 225 (88.28% from 255) = 35.89%
BLUE value IS 152 (59.77% from 255) = 24.24%
R=39.87%
G=35.89%
B=24.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.39
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25022515200.100.390.0244.6990.7478.82
HexFAE1980A2722d5b4f
Octal37234123001247255133117
Binary111110101110000110011000010101001111010110110110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAE198

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAE198; }

 p { color: rgb(250,225,152); }

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

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

 a { background-color: rgb(250,225,152); }

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

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

 span { border-color: rgb(250,225,152); }

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