Html Css Color HEX #FAE68D Vis Vis

📋 copy color: '#FAE68D'

red 250 ◦ green 230 ◦ blue 141

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

Shades of Vis Vis #FAE68D

Tints of Vis Vis #FAE68D

RGB

 RED value IS 250 (98.05% from 255) = 40.26%

 GREEN value IS 230 (90.23% from 255) = 37.04%

 BLUE value IS 141 (55.47% from 255) = 22.71%

R = 40.26%
G = 37.04%
B = 22.71%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.44

 K value IS 0.02

RGB Variations

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

Color information

#FAE68D (or 0xFAE68D) is known color: Vis Vis. HEX triplet: FA, E6 and 8D. RGB value is (250,230,141). Sum of RGB (Red+Green+Blue) = 250+230+141=621 (82% of max value = 765). Red value is 250 (98.05% from 255 or 40.26% from 621); Green value is 230 (90.23% from 255 or 37.04% from 621); Blue value is 141 (55.47% from 255 or 22.71% from 621); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE68D is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAE68D is #051972. Grayscale: #E2E2E2. Windows color (decimal): -334195 or 9299706. OLE color: 9299706.

HSL color Cylindrical-coordinate representation of color #FAE68D: hue angle of 48.99º degrees, saturation: 0.92, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #FAE68D is Cyan = 0, Magento = 0.08, Yellow = 0.44 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 230 141 -
CMYK 0 0.08 0.44 0.02
HSL 48.99º 0.92% 0.77% -
HSV(B) 48.99º 0.44% 0.98% -
XYZ 72.53 78.84 36.59 -
YUV 225.83 80.13 145.24 -
System Red Green Blue C M Y K H S L
Decimal 250 230 141 0 0.08 0.44 0.02 48.99 0.92 0.77
Hex FA E6 8D 0 8 2C 2 31 5C 4D
Octal 372 346 215 0 10 54 2 61 134 115
Binary 11111010 11100110 10001101 0 1000 101100 10 110001 1011100 1001101

Color Harmonies of #FAE68D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAE68D

Black with #FAE68D

Text Example


Text Example

White with #FAE68D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAE68D; }

 p { color: rgb(250,230,141); }

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

background-color css

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

 a { background-color: rgb(250,230,141); }

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

border-color css

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

 span { border-color: rgb(250,230,141); }

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