Html Css Color HEX #FAE48B Vis Vis

📋 copy color: '#FAE48B'

red 250 ◦ green 228 ◦ blue 139

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

Shades of Vis Vis #FAE48B

Tints of Vis Vis #FAE48B

RGB

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

 GREEN value IS 228 (89.45% from 255) = 36.95%

 BLUE value IS 139 (54.69% from 255) = 22.53%

R = 40.52%
G = 36.95%
B = 22.53%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.44

 K value IS 0.02

RGB Variations

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

Color information

#FAE48B (or 0xFAE48B) is known color: Vis Vis. HEX triplet: FA, E4 and 8B. RGB value is (250,228,139). Sum of RGB (Red+Green+Blue) = 250+228+139=617 (81% of max value = 765). Red value is 250 (98.05% from 255 or 40.52% from 617); Green value is 228 (89.45% from 255 or 36.95% from 617); Blue value is 139 (54.69% from 255 or 22.53% from 617); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE48B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAE48B is #051B74. Grayscale: #E0E0E0. Windows color (decimal): -334709 or 9168122. OLE color: 9168122.

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

Color convert

RGB 250 228 139 -
CMYK 0 0.09 0.44 0.02
HSL 48.11º 0.92% 0.76% -
HSV(B) 48.11º 0.44% 0.98% -
XYZ 71.83 77.67 35.63 -
YUV 224.43 79.79 146.24 -
System Red Green Blue C M Y K H S L
Decimal 250 228 139 0 0.09 0.44 0.02 48.11 0.92 0.76
Hex FA E4 8B 0 9 2C 2 30 5C 4C
Octal 372 344 213 0 11 54 2 60 134 114
Binary 11111010 11100100 10001011 0 1001 101100 10 110000 1011100 1001100

Color Harmonies of #FAE48B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAE48B

Black with #FAE48B

Text Example


Text Example

White with #FAE48B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAE48B; }

 p { color: rgb(250,228,139); }

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

background-color css

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

 a { background-color: rgb(250,228,139); }

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

border-color css

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

 span { border-color: rgb(250,228,139); }

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