#FBDC8D

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

Shades of Vis Vis #FBDC8D

Tints of Vis Vis #FBDC8D

Color information

#FBDC8D (or 0xFBDC8D) is unknown color: approx Vis Vis. HEX triplet: FB, DC and 8D. RGB value is (251,220,141). Sum of RGB (Red+Green+Blue) = 251+220+141=612 (81% of max value = 765). Red value is 251 (98.44% from 255 or 41.01% from 612); Green value is 220 (86.33% from 255 or 35.95% from 612); Blue value is 141 (55.47% from 255 or 23.04% from 612); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDC8D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBDC8D is #042372. Grayscale: #DCDCDC. Windows color (decimal): -271219 or 9297147. OLE color: 9297147.

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

Color convert

RGB251220141-
CMYK00.120.440.02
HSL43.09º93.22%76.86%-
HSV(B)43.09º43.82%98.43%-
XYZ70.1873.6235.71-
YUV220.2683.27149.92-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 41.01%
GREEN value IS 220 (86.33% from 255) = 35.95%
BLUE value IS 141 (55.47% from 255) = 23.04%
R=41.01%
G=35.95%
B=23.04%

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
Decimal25122014100.120.440.0243.0993.2276.86
HexFBDC8D0C2C22b5d4d
Octal37333421501454253135115
Binary111110111101110010001101011001011001010101110111011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBDC8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBDC8D; }

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

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

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

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

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

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

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

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