#FADB8F

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

Shades of Vis Vis #FADB8F

Tints of Vis Vis #FADB8F

Color information

#FADB8F (or 0xFADB8F) is unknown color: approx Vis Vis. HEX triplet: FA, DB and 8F. RGB value is (250,219,143). Sum of RGB (Red+Green+Blue) = 250+219+143=612 (81% of max value = 765). Red value is 250 (98.05% from 255 or 40.85% from 612); Green value is 219 (85.94% from 255 or 35.78% from 612); Blue value is 143 (56.25% from 255 or 23.37% from 612); Max value from RGB is 250 - color contains mainly: red. Hex color #FADB8F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FADB8F is #052470. Grayscale: #DBDBDB. Windows color (decimal): -337009 or 9427962. OLE color: 9427962.

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

Color convert

RGB250219143-
CMYK00.120.430.02
HSL42.62º91.45%77.06%-
HSV(B)42.62º42.8%98.04%-
XYZ69.7172.9736.4-
YUV219.684.77149.68-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 40.85%
GREEN value IS 219 (85.94% from 255) = 35.78%
BLUE value IS 143 (56.25% from 255) = 23.37%
R=40.85%
G=35.78%
B=23.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.43
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25021914300.120.430.0242.6291.4577.06
HexFADB8F0C2B22b5b4d
Octal37233321701453253133115
Binary111110101101101110001111011001010111010101110110111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FADB8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FADB8F; }

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

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

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

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

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

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

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

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