Html Css Color HEX #FADC8F Vis Vis

📋 copy color: '#FADC8F'

red 250 ◦ green 220 ◦ blue 143

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

Shades of Vis Vis #FADC8F

Tints of Vis Vis #FADC8F

RGB

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

 GREEN value IS 220 (86.33% from 255) = 35.89%

 BLUE value IS 143 (56.25% from 255) = 23.33%

R = 40.78%
G = 35.89%
B = 23.33%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.43

 K value IS 0.02

RGB Variations

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

Color information

#FADC8F (or 0xFADC8F) is known color: Vis Vis. HEX triplet: FA, DC and 8F. RGB value is (250,220,143). Sum of RGB (Red+Green+Blue) = 250+220+143=613 (81% of max value = 765). Red value is 250 (98.05% from 255 or 40.78% from 613); Green value is 220 (86.33% from 255 or 35.89% from 613); Blue value is 143 (56.25% from 255 or 23.33% from 613); Max value from RGB is 250 - color contains mainly: red. Hex color #FADC8F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FADC8F is #052370. Grayscale: #DCDCDC. Windows color (decimal): -336753 or 9428218. OLE color: 9428218.

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

Color convert

RGB 250 220 143 -
CMYK 0 0.12 0.43 0.02
HSL 43.18º 0.91% 0.77% -
HSV(B) 43.18º 0.43% 0.98% -
XYZ 69.98 73.49 36.48 -
YUV 220.19 84.44 149.26 -
System Red Green Blue C M Y K H S L
Decimal 250 220 143 0 0.12 0.43 0.02 43.18 0.91 0.77
Hex FA DC 8F 0 C 2B 2 2B 5B 4D
Octal 372 334 217 0 14 53 2 53 133 115
Binary 11111010 11011100 10001111 0 1100 101011 10 101011 1011011 1001101

Color Harmonies of #FADC8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FADC8F

Black with #FADC8F

Text Example


Text Example

White with #FADC8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FADC8F; }

 p { color: rgb(250,220,143); }

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

background-color css

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

 a { background-color: rgb(250,220,143); }

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

border-color css

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

 span { border-color: rgb(250,220,143); }

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