#FADA8D

Color #FADA8D Vis Vis (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Vis Vis #FADA8D

Tints of Vis Vis #FADA8D

Color information

#FADA8D (or 0xFADA8D) is unknown color: approx Vis Vis. HEX triplet: FA, DA and 8D. RGB value is (250,218,141). Sum of RGB (Red+Green+Blue) = 250+218+141=609 (80% of max value = 765). Red value is 250 (98.05% from 255 or 41.05% from 609); Green value is 218 (85.55% from 255 or 35.80% from 609); Blue value is 141 (55.47% from 255 or 23.15% from 609); Max value from RGB is 250 - color contains mainly: red. Hex color #FADA8D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FADA8D is #052572. Grayscale: #DBDBDB. Windows color (decimal): -337267 or 9296634. OLE color: 9296634.

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

Color convert

RGB250218141-
CMYK00.130.440.02
HSL42.39º91.6%76.67%-
HSV(B)42.39º43.6%98.04%-
XYZ69.372.3935.52-
YUV218.7984.1150.26-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 41.05%
GREEN value IS 218 (85.55% from 255) = 35.80%
BLUE value IS 141 (55.47% from 255) = 23.15%
R=41.05%
G=35.80%
B=23.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.44
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25021814100.130.440.0242.3991.676.67
HexFADA8D0D2C22a5c4d
Octal37233221501554252134115
Binary111110101101101010001101011011011001010101010111001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FADA8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FADA8D; }

 p { color: rgb(250,218,141); }

 H1.HeaderClassName
 {
   color: #FADA8D;
 }
 .AnyTagClassName
 {
   color: #FADA8D;
 }
</style>
background-color css

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

 a { background-color: rgb(250,218,141); }

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

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

 span { border-color: rgb(250,218,141); }

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