Html Css Color HEX #FAE18E Vis Vis

📋 copy color: '#FAE18E'

red 250 ◦ green 225 ◦ blue 142

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

Shades of Vis Vis #FAE18E

Tints of Vis Vis #FAE18E

RGB

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

 GREEN value IS 225 (88.28% from 255) = 36.47%

 BLUE value IS 142 (55.86% from 255) = 23.01%

R = 40.52%
G = 36.47%
B = 23.01%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.43

 K value IS 0.02

RGB Variations

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

Color information

#FAE18E (or 0xFAE18E) is known color: Vis Vis. HEX triplet: FA, E1 and 8E. RGB value is (250,225,142). Sum of RGB (Red+Green+Blue) = 250+225+142=617 (81% of max value = 765). Red value is 250 (98.05% from 255 or 40.52% from 617); Green value is 225 (88.28% from 255 or 36.47% from 617); Blue value is 142 (55.86% from 255 or 23.01% from 617); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE18E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAE18E is #051E71. Grayscale: #DFDFDF. Windows color (decimal): -335474 or 9363962. OLE color: 9363962.

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

Color convert

RGB 250 225 142 -
CMYK 0 0.10 0.43 0.02
HSL 46.11º 0.92% 0.77% -
HSV(B) 46.11º 0.43% 0.98% -
XYZ 71.23 76.13 36.53 -
YUV 223.01 82.28 147.25 -
System Red Green Blue C M Y K H S L
Decimal 250 225 142 0 0.10 0.43 0.02 46.11 0.92 0.77
Hex FA E1 8E 0 A 2B 2 2E 5C 4D
Octal 372 341 216 0 12 53 2 56 134 115
Binary 11111010 11100001 10001110 0 1010 101011 10 101110 1011100 1001101

Color Harmonies of #FAE18E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAE18E

Black with #FAE18E

Text Example


Text Example

White with #FAE18E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAE18E; }

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

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

background-color css

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

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

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

border-color css

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

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

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