Html Css Color HEX #FADE94 Vis Vis

📋 copy color: '#FADE94'

red 250 ◦ green 222 ◦ blue 148

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

Shades of Vis Vis #FADE94

Tints of Vis Vis #FADE94

RGB

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

 GREEN value IS 222 (87.11% from 255) = 35.81%

 BLUE value IS 148 (58.2% from 255) = 23.87%

R = 40.32%
G = 35.81%
B = 23.87%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.41

 K value IS 0.02

RGB Variations

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

Color information

#FADE94 (or 0xFADE94) is known color: Vis Vis. HEX triplet: FA, DE and 94. RGB value is (250,222,148). Sum of RGB (Red+Green+Blue) = 250+222+148=620 (82% of max value = 765). Red value is 250 (98.05% from 255 or 40.32% from 620); Green value is 222 (87.11% from 255 or 35.81% from 620); Blue value is 148 (58.20% from 255 or 23.87% from 620); Max value from RGB is 250 - color contains mainly: red. Hex color #FADE94 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FADE94 is #05216B. Grayscale: #DEDEDE. Windows color (decimal): -336236 or 9756410. OLE color: 9756410.

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

Color convert

RGB 250 222 148 -
CMYK 0 0.11 0.41 0.02
HSL 43.53º 0.91% 0.78% -
HSV(B) 43.53º 0.41% 0.98% -
XYZ 70.89 74.7 38.7 -
YUV 221.94 86.28 148.02 -
System Red Green Blue C M Y K H S L
Decimal 250 222 148 0 0.11 0.41 0.02 43.53 0.91 0.78
Hex FA DE 94 0 B 29 2 2C 5B 4E
Octal 372 336 224 0 13 51 2 54 133 116
Binary 11111010 11011110 10010100 0 1011 101001 10 101100 1011011 1001110

Color Harmonies of #FADE94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FADE94

Black with #FADE94

Text Example


Text Example

White with #FADE94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FADE94; }

 p { color: rgb(250,222,148); }

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

background-color css

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

 a { background-color: rgb(250,222,148); }

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

border-color css

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

 span { border-color: rgb(250,222,148); }

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