#FADD91

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

Shades of Vis Vis #FADD91

Tints of Vis Vis #FADD91

Color information

#FADD91 (or 0xFADD91) is unknown color: approx Vis Vis. HEX triplet: FA, DD and 91. RGB value is (250,221,145). Sum of RGB (Red+Green+Blue) = 250+221+145=616 (81% of max value = 765). Red value is 250 (98.05% from 255 or 40.58% from 616); Green value is 221 (86.72% from 255 or 35.88% from 616); Blue value is 145 (57.03% from 255 or 23.54% from 616); Max value from RGB is 250 - color contains mainly: red. Hex color #FADD91 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FADD91 is #05226E. Grayscale: #DDDDDD. Windows color (decimal): -336495 or 9559546. OLE color: 9559546.

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

Color convert

RGB250221145-
CMYK00.120.420.02
HSL43.43º91.3%77.45%-
HSV(B)43.43º42%98.04%-
XYZ70.3974.0837.38-
YUV221.0185.11148.68-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 40.58%
GREEN value IS 221 (86.72% from 255) = 35.88%
BLUE value IS 145 (57.03% from 255) = 23.54%
R=40.58%
G=35.88%
B=23.54%

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
Decimal25022114500.120.420.0243.4391.377.45
HexFADD910C2A22b5b4d
Octal37233522101452253133115
Binary111110101101110110010001011001010101010101110110111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FADD91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FADD91; }

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

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

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

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

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

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

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

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