Html Css Color HEX #FAE198 Vis Vis

📋 copy color: '#FAE198'

red 250 ◦ green 225 ◦ blue 152

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

Shades of Vis Vis #FAE198

Tints of Vis Vis #FAE198

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 24.24%

R = 39.87%
G = 35.89%
B = 24.24%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.39

 K value IS 0.02

RGB Variations

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

Color information

#FAE198 (or 0xFAE198) is known color: Vis Vis. HEX triplet: FA, E1 and 98. RGB value is (250,225,152). Sum of RGB (Red+Green+Blue) = 250+225+152=627 (83% of max value = 765). Red value is 250 (98.05% from 255 or 39.87% from 627); Green value is 225 (88.28% from 255 or 35.89% from 627); Blue value is 152 (59.77% from 255 or 24.24% from 627); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE198 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAE198 is #051E67. Grayscale: #E0E0E0. Windows color (decimal): -335464 or 10019322. OLE color: 10019322.

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

Color convert

RGB 250 225 152 -
CMYK 0 0.10 0.39 0.02
HSL 44.69º 0.91% 0.79% -
HSV(B) 44.69º 0.39% 0.98% -
XYZ 72.02 76.44 40.66 -
YUV 224.15 87.28 146.44 -
System Red Green Blue C M Y K H S L
Decimal 250 225 152 0 0.10 0.39 0.02 44.69 0.91 0.79
Hex FA E1 98 0 A 27 2 2D 5B 4F
Octal 372 341 230 0 12 47 2 55 133 117
Binary 11111010 11100001 10011000 0 1010 100111 10 101101 1011011 1001111

Color Harmonies of #FAE198

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAE198

Black with #FAE198

Text Example


Text Example

White with #FAE198

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAE198; }

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

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

background-color css

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

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

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

border-color css

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

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

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