#FBDB90

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

Shades of Vis Vis #FBDB90

Tints of Vis Vis #FBDB90

Color information

#FBDB90 (or 0xFBDB90) is unknown color: approx Vis Vis. HEX triplet: FB, DB and 90. RGB value is (251,219,144). Sum of RGB (Red+Green+Blue) = 251+219+144=614 (81% of max value = 765). Red value is 251 (98.44% from 255 or 40.88% from 614); Green value is 219 (85.94% from 255 or 35.67% from 614); Blue value is 144 (56.64% from 255 or 23.45% from 614); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDB90 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBDB90 is #04246F. Grayscale: #DCDCDC. Windows color (decimal): -271472 or 9493499. OLE color: 9493499.

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

Color convert

RGB251219144-
CMYK00.130.430.02
HSL42.06º93.04%77.45%-
HSV(B)42.06º42.63%98.43%-
XYZ70.1573.1936.81-
YUV220.0285.1150.1-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 40.88%
GREEN value IS 219 (85.94% from 255) = 35.67%
BLUE value IS 144 (56.64% from 255) = 23.45%
R=40.88%
G=35.67%
B=23.45%

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
Decimal25121914400.130.430.0242.0693.0477.45
HexFBDB900D2B22a5d4d
Octal37333322001553252135115
Binary111110111101101110010000011011010111010101010111011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBDB90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBDB90; }

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

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

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

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

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

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

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

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