Html Css Color HEX #FADA8D Vis Vis

📋 copy color: '#FADA8D'

red 250 ◦ green 218 ◦ blue 141

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

Shades of Vis Vis #FADA8D

Tints of Vis Vis #FADA8D

RGB

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

 GREEN value IS 218 (85.55% from 255) = 35.8%

 BLUE value IS 141 (55.47% from 255) = 23.15%

R = 41.05%
G = 35.8%
B = 23.15%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.44

 K value IS 0.02

RGB Variations

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

Color information

#FADA8D (or 0xFADA8D) is known color: 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

RGB 250 218 141 -
CMYK 0 0.13 0.44 0.02
HSL 42.39º 0.92% 0.77% -
HSV(B) 42.39º 0.44% 0.98% -
XYZ 69.3 72.39 35.52 -
YUV 218.79 84.1 150.26 -
System Red Green Blue C M Y K H S L
Decimal 250 218 141 0 0.13 0.44 0.02 42.39 0.92 0.77
Hex FA DA 8D 0 D 2C 2 2A 5C 4D
Octal 372 332 215 0 15 54 2 52 134 115
Binary 11111010 11011010 10001101 0 1101 101100 10 101010 1011100 1001101

Color Harmonies of #FADA8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FADA8D

Black with #FADA8D

Text Example


Text Example

White with #FADA8D

Text Example


Text Example

HTML Codes & Css Web 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>