Html Css Color HEX #FADB8E Vis Vis

📋 copy color: '#FADB8E'

red 250 ◦ green 219 ◦ blue 142

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

Shades of Vis Vis #FADB8E

Tints of Vis Vis #FADB8E

RGB

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

 GREEN value IS 219 (85.94% from 255) = 35.84%

 BLUE value IS 142 (55.86% from 255) = 23.24%

R = 40.92%
G = 35.84%
B = 23.24%

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

#FADB8E (or 0xFADB8E) is known color: Vis Vis. HEX triplet: FA, DB and 8E. RGB value is (250,219,142). Sum of RGB (Red+Green+Blue) = 250+219+142=611 (80% of max value = 765). Red value is 250 (98.05% from 255 or 40.92% from 611); Green value is 219 (85.94% from 255 or 35.84% from 611); Blue value is 142 (55.86% from 255 or 23.24% from 611); Max value from RGB is 250 - color contains mainly: red. Hex color #FADB8E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FADB8E is #052471. Grayscale: #DBDBDB. Windows color (decimal): -337010 or 9362426. OLE color: 9362426.

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

Color convert

RGB 250 219 142 -
CMYK 0 0.12 0.43 0.02
HSL 42.78º 0.92% 0.77% -
HSV(B) 42.78º 0.43% 0.98% -
XYZ 69.64 72.94 36 -
YUV 219.49 84.27 149.76 -
System Red Green Blue C M Y K H S L
Decimal 250 219 142 0 0.12 0.43 0.02 42.78 0.92 0.77
Hex FA DB 8E 0 C 2B 2 2B 5C 4D
Octal 372 333 216 0 14 53 2 53 134 115
Binary 11111010 11011011 10001110 0 1100 101011 10 101011 1011100 1001101

Color Harmonies of #FADB8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FADB8E

Black with #FADB8E

Text Example


Text Example

White with #FADB8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FADB8E; }

 p { color: rgb(250,219,142); }

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

background-color css

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

 a { background-color: rgb(250,219,142); }

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

border-color css

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

 span { border-color: rgb(250,219,142); }

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