#FADD8B

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

Shades of Vis Vis #FADD8B

Tints of Vis Vis #FADD8B

Color information

#FADD8B (or 0xFADD8B) is unknown color: approx Vis Vis. HEX triplet: FA, DD and 8B. RGB value is (250,221,139). Sum of RGB (Red+Green+Blue) = 250+221+139=610 (80% of max value = 765). Red value is 250 (98.05% from 255 or 40.98% from 610); Green value is 221 (86.72% from 255 or 36.23% from 610); Blue value is 139 (54.69% from 255 or 22.79% from 610); Max value from RGB is 250 - color contains mainly: red. Hex color #FADD8B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FADD8B is #052274. Grayscale: #DCDCDC. Windows color (decimal): -336501 or 9166330. OLE color: 9166330.

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

Color convert

RGB250221139-
CMYK00.120.440.02
HSL44.32º91.74%76.27%-
HSV(B)44.32º44.4%98.04%-
XYZ69.9473.935-
YUV220.3282.11149.17-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 40.98%
GREEN value IS 221 (86.72% from 255) = 36.23%
BLUE value IS 139 (54.69% from 255) = 22.79%
R=40.98%
G=36.23%
B=22.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.44
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25022113900.120.440.0244.3291.7476.27
HexFADD8B0C2C22c5c4c
Octal37233521301454254134114
Binary111110101101110110001011011001011001010110010111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FADD8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FADD8B; }

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

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

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

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

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

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

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

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