#FBDC90

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

Shades of Vis Vis #FBDC90

Tints of Vis Vis #FBDC90

Color information

#FBDC90 (or 0xFBDC90) is unknown color: approx Vis Vis. HEX triplet: FB, DC and 90. RGB value is (251,220,144). Sum of RGB (Red+Green+Blue) = 251+220+144=615 (81% of max value = 765). Red value is 251 (98.44% from 255 or 40.81% from 615); Green value is 220 (86.33% from 255 or 35.77% from 615); Blue value is 144 (56.64% from 255 or 23.41% from 615); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDC90 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBDC90 is #04236F. Grayscale: #DCDCDC. Windows color (decimal): -271216 or 9493755. OLE color: 9493755.

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

Color convert

RGB251220144-
CMYK00.120.430.02
HSL42.62º93.04%77.45%-
HSV(B)42.62º42.63%98.43%-
XYZ70.4173.7136.9-
YUV220.684.77149.68-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 40.81%
GREEN value IS 220 (86.33% from 255) = 35.77%
BLUE value IS 144 (56.64% from 255) = 23.41%
R=40.81%
G=35.77%
B=23.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.43
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25122014400.120.430.0242.6293.0477.45
HexFBDC900C2B22b5d4d
Octal37333422001453253135115
Binary111110111101110010010000011001010111010101110111011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBDC90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBDC90; }

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

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

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

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

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

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

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

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