#FBDA8D

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

Shades of Vis Vis #FBDA8D

Tints of Vis Vis #FBDA8D

Color information

#FBDA8D (or 0xFBDA8D) is unknown color: approx Vis Vis. HEX triplet: FB, DA and 8D. RGB value is (251,218,141). Sum of RGB (Red+Green+Blue) = 251+218+141=610 (80% of max value = 765). Red value is 251 (98.44% from 255 or 41.15% from 610); Green value is 218 (85.55% from 255 or 35.74% from 610); Blue value is 141 (55.47% from 255 or 23.11% from 610); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDA8D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBDA8D is #042572. Grayscale: #DBDBDB. Windows color (decimal): -271731 or 9296635. OLE color: 9296635.

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

Color convert

RGB251218141-
CMYK00.130.440.02
HSL42º93.22%76.86%-
HSV(B)42º43.82%98.43%-
XYZ69.6672.5835.54-
YUV219.0983.93150.76-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 41.15%
GREEN value IS 218 (85.55% from 255) = 35.74%
BLUE value IS 141 (55.47% from 255) = 23.11%
R=41.15%
G=35.74%
B=23.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.44
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25121814100.130.440.024293.2276.86
HexFBDA8D0D2C22a5d4d
Octal37333221501554252135115
Binary111110111101101010001101011011011001010101010111011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBDA8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBDA8D; }

 p { color: rgb(251,218,141); }

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

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

 a { background-color: rgb(251,218,141); }

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

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

 span { border-color: rgb(251,218,141); }

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