Html Css Color HEX #FAE690 Vis Vis

📋 copy color: '#FAE690'

red 250 ◦ green 230 ◦ blue 144

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

Shades of Vis Vis #FAE690

Tints of Vis Vis #FAE690

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 23.08%

R = 40.06%
G = 36.86%
B = 23.08%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.42

 K value IS 0.02

RGB Variations

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

Color information

#FAE690 (or 0xFAE690) is known color: Vis Vis. HEX triplet: FA, E6 and 90. RGB value is (250,230,144). Sum of RGB (Red+Green+Blue) = 250+230+144=624 (82% of max value = 765). Red value is 250 (98.05% from 255 or 40.06% from 624); Green value is 230 (90.23% from 255 or 36.86% from 624); Blue value is 144 (56.64% from 255 or 23.08% from 624); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE690 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAE690 is #05196F. Grayscale: #E2E2E2. Windows color (decimal): -334192 or 9496314. OLE color: 9496314.

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

Color convert

RGB 250 230 144 -
CMYK 0 0.08 0.42 0.02
HSL 48.68º 0.91% 0.77% -
HSV(B) 48.68º 0.42% 0.98% -
XYZ 72.76 78.93 37.79 -
YUV 226.18 81.63 144.99 -
System Red Green Blue C M Y K H S L
Decimal 250 230 144 0 0.08 0.42 0.02 48.68 0.91 0.77
Hex FA E6 90 0 8 2A 2 31 5B 4D
Octal 372 346 220 0 10 52 2 61 133 115
Binary 11111010 11100110 10010000 0 1000 101010 10 110001 1011011 1001101

Color Harmonies of #FAE690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAE690

Black with #FAE690

Text Example


Text Example

White with #FAE690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAE690; }

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

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

background-color css

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

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

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

border-color css

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

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

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