Html Css Color HEX #FADD94 Vis Vis

📋 copy color: '#FADD94'

red 250 ◦ green 221 ◦ blue 148

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

Shades of Vis Vis #FADD94

Tints of Vis Vis #FADD94

RGB

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

 GREEN value IS 221 (86.72% from 255) = 35.7%

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

R = 40.39%
G = 35.7%
B = 23.91%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.41

 K value IS 0.02

RGB Variations

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

Color information

#FADD94 (or 0xFADD94) is known color: Vis Vis. HEX triplet: FA, DD and 94. RGB value is (250,221,148). Sum of RGB (Red+Green+Blue) = 250+221+148=619 (81% of max value = 765). Red value is 250 (98.05% from 255 or 40.39% from 619); Green value is 221 (86.72% from 255 or 35.70% from 619); Blue value is 148 (58.20% from 255 or 23.91% from 619); Max value from RGB is 250 - color contains mainly: red. Hex color #FADD94 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FADD94 is #05226B. Grayscale: #DDDDDD. Windows color (decimal): -336492 or 9756154. OLE color: 9756154.

HSL color Cylindrical-coordinate representation of color #FADD94: hue angle of 42.94º 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 #FADD94 is Cyan = 0, Magento = 0.12, Yellow = 0.41 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 221 148 -
CMYK 0 0.12 0.41 0.02
HSL 42.94º 0.91% 0.78% -
HSV(B) 42.94º 0.41% 0.98% -
XYZ 70.63 74.18 38.61 -
YUV 221.35 86.61 148.44 -
System Red Green Blue C M Y K H S L
Decimal 250 221 148 0 0.12 0.41 0.02 42.94 0.91 0.78
Hex FA DD 94 0 C 29 2 2B 5B 4E
Octal 372 335 224 0 14 51 2 53 133 116
Binary 11111010 11011101 10010100 0 1100 101001 10 101011 1011011 1001110

Color Harmonies of #FADD94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FADD94

Black with #FADD94

Text Example


Text Example

White with #FADD94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FADD94; }

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

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

background-color css

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

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

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

border-color css

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

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

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