Html Css Color HEX #FAE69B Vis Vis

📋 copy color: '#FAE69B'

red 250 ◦ green 230 ◦ blue 155

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

Shades of Vis Vis #FAE69B

Tints of Vis Vis #FAE69B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 24.41%

R = 39.37%
G = 36.22%
B = 24.41%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.38

 K value IS 0.02

RGB Variations

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

Color information

#FAE69B (or 0xFAE69B) is known color: Vis Vis. HEX triplet: FA, E6 and 9B. RGB value is (250,230,155). Sum of RGB (Red+Green+Blue) = 250+230+155=635 (84% of max value = 765). Red value is 250 (98.05% from 255 or 39.37% from 635); Green value is 230 (90.23% from 255 or 36.22% from 635); Blue value is 155 (60.94% from 255 or 24.41% from 635); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE69B is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAE69B is #051964. Grayscale: #E3E3E3. Windows color (decimal): -334181 or 10217210. OLE color: 10217210.

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

Color convert

RGB 250 230 155 -
CMYK 0 0.08 0.38 0.02
HSL 47.37º 0.9% 0.79% -
HSV(B) 47.37º 0.38% 0.98% -
XYZ 73.64 79.28 42.43 -
YUV 227.43 87.13 144.1 -
System Red Green Blue C M Y K H S L
Decimal 250 230 155 0 0.08 0.38 0.02 47.37 0.9 0.79
Hex FA E6 9B 0 8 26 2 2F 5A 4F
Octal 372 346 233 0 10 46 2 57 132 117
Binary 11111010 11100110 10011011 0 1000 100110 10 101111 1011010 1001111

Color Harmonies of #FAE69B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAE69B

Black with #FAE69B

Text Example


Text Example

White with #FAE69B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAE69B; }

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

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

background-color css

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

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

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

border-color css

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

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

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