#FBDC8F

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

Shades of Vis Vis #FBDC8F

Tints of Vis Vis #FBDC8F

Color information

#FBDC8F (or 0xFBDC8F) is unknown color: approx Vis Vis. HEX triplet: FB, DC and 8F. RGB value is (251,220,143). Sum of RGB (Red+Green+Blue) = 251+220+143=614 (81% of max value = 765). Red value is 251 (98.44% from 255 or 40.88% from 614); Green value is 220 (86.33% from 255 or 35.83% from 614); Blue value is 143 (56.25% from 255 or 23.29% from 614); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDC8F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBDC8F is #042370. Grayscale: #DCDCDC. Windows color (decimal): -271217 or 9428219. OLE color: 9428219.

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

Color convert

RGB251220143-
CMYK00.120.430.02
HSL42.78º93.1%77.25%-
HSV(B)42.78º43.03%98.43%-
XYZ70.3373.6836.5-
YUV220.4984.27149.76-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 40.88%
GREEN value IS 220 (86.33% from 255) = 35.83%
BLUE value IS 143 (56.25% from 255) = 23.29%
R=40.88%
G=35.83%
B=23.29%

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
Decimal25122014300.120.430.0242.7893.177.25
HexFBDC8F0C2B22b5d4d
Octal37333421701453253135115
Binary111110111101110010001111011001010111010101110111011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBDC8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBDC8F; }

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

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

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

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

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

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

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

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