#FADD92

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

Shades of Vis Vis #FADD92

Tints of Vis Vis #FADD92

Color information

#FADD92 (or 0xFADD92) is unknown color: approx Vis Vis. HEX triplet: FA, DD and 92. RGB value is (250,221,146). Sum of RGB (Red+Green+Blue) = 250+221+146=617 (81% of max value = 765). Red value is 250 (98.05% from 255 or 40.52% from 617); Green value is 221 (86.72% from 255 or 35.82% from 617); Blue value is 146 (57.42% from 255 or 23.66% from 617); Max value from RGB is 250 - color contains mainly: red. Hex color #FADD92 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FADD92 is #05226D. Grayscale: #DDDDDD. Windows color (decimal): -336494 or 9625082. OLE color: 9625082.

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

Color convert

RGB250221146-
CMYK00.120.420.02
HSL43.27º91.23%77.65%-
HSV(B)43.27º41.6%98.04%-
XYZ70.4774.1137.79-
YUV221.1285.61148.6-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 40.52%
GREEN value IS 221 (86.72% from 255) = 35.82%
BLUE value IS 146 (57.42% from 255) = 23.66%
R=40.52%
G=35.82%
B=23.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.42
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25022114600.120.420.0243.2791.2377.65
HexFADD920C2A22b5b4e
Octal37233522201452253133116
Binary111110101101110110010010011001010101010101110110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FADD92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FADD92; }

 p { color: rgb(250,221,146); }

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

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

 a { background-color: rgb(250,221,146); }

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

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

 span { border-color: rgb(250,221,146); }

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