#FBDB8F

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

Shades of Vis Vis #FBDB8F

Tints of Vis Vis #FBDB8F

Color information

#FBDB8F (or 0xFBDB8F) is unknown color: approx Vis Vis. HEX triplet: FB, DB and 8F. RGB value is (251,219,143). Sum of RGB (Red+Green+Blue) = 251+219+143=613 (81% of max value = 765). Red value is 251 (98.44% from 255 or 40.95% from 613); Green value is 219 (85.94% from 255 or 35.73% from 613); Blue value is 143 (56.25% from 255 or 23.33% from 613); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDB8F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBDB8F is #042470. Grayscale: #DCDCDC. Windows color (decimal): -271473 or 9427963. OLE color: 9427963.

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

Color convert

RGB251219143-
CMYK00.130.430.02
HSL42.22º93.1%77.25%-
HSV(B)42.22º43.03%98.43%-
XYZ70.0773.1636.41-
YUV219.984.6150.18-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 40.95%
GREEN value IS 219 (85.94% from 255) = 35.73%
BLUE value IS 143 (56.25% from 255) = 23.33%
R=40.95%
G=35.73%
B=23.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.43
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25121914300.130.430.0242.2293.177.25
HexFBDB8F0D2B22a5d4d
Octal37333321701553252135115
Binary111110111101101110001111011011010111010101010111011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBDB8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBDB8F; }

 p { color: rgb(251,219,143); }

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

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

 a { background-color: rgb(251,219,143); }

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

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

 span { border-color: rgb(251,219,143); }

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