Html Css Color HEX #FADF94 Vis Vis

📋 copy color: '#FADF94'

red 250 ◦ green 223 ◦ blue 148

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

Shades of Vis Vis #FADF94

Tints of Vis Vis #FADF94

RGB

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

 GREEN value IS 223 (87.5% from 255) = 35.91%

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

R = 40.26%
G = 35.91%
B = 23.83%

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

#FADF94 (or 0xFADF94) is known color: Vis Vis. HEX triplet: FA, DF and 94. RGB value is (250,223,148). Sum of RGB (Red+Green+Blue) = 250+223+148=621 (82% of max value = 765). Red value is 250 (98.05% from 255 or 40.26% from 621); Green value is 223 (87.5% from 255 or 35.91% from 621); Blue value is 148 (58.20% from 255 or 23.83% from 621); Max value from RGB is 250 - color contains mainly: red. Hex color #FADF94 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FADF94 is #05206B. Grayscale: #DEDEDE. Windows color (decimal): -335980 or 9756666. OLE color: 9756666.

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

Color convert

RGB 250 223 148 -
CMYK 0 0.11 0.41 0.02
HSL 44.12º 0.91% 0.78% -
HSV(B) 44.12º 0.41% 0.98% -
XYZ 71.16 75.24 38.79 -
YUV 222.52 85.95 147.6 -
System Red Green Blue C M Y K H S L
Decimal 250 223 148 0 0.11 0.41 0.02 44.12 0.91 0.78
Hex FA DF 94 0 B 29 2 2C 5B 4E
Octal 372 337 224 0 13 51 2 54 133 116
Binary 11111010 11011111 10010100 0 1011 101001 10 101100 1011011 1001110

Color Harmonies of #FADF94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FADF94

Black with #FADF94

Text Example


Text Example

White with #FADF94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FADF94; }

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

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

background-color css

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

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

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

border-color css

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

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

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