#FBDF8B

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

Shades of Vis Vis #FBDF8B

Tints of Vis Vis #FBDF8B

Color information

#FBDF8B (or 0xFBDF8B) is unknown color: approx Vis Vis. HEX triplet: FB, DF and 8B. RGB value is (251,223,139). Sum of RGB (Red+Green+Blue) = 251+223+139=613 (81% of max value = 765). Red value is 251 (98.44% from 255 or 40.95% from 613); Green value is 223 (87.5% from 255 or 36.38% from 613); Blue value is 139 (54.69% from 255 or 22.68% from 613); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDF8B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBDF8B is #042074. Grayscale: #DEDEDE. Windows color (decimal): -270453 or 9166843. OLE color: 9166843.

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

Color convert

RGB251223139-
CMYK00.110.450.02
HSL45º93.33%76.47%-
HSV(B)45º44.62%98.43%-
XYZ70.8375.1535.2-
YUV221.881.28148.83-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 40.95%
GREEN value IS 223 (87.5% from 255) = 36.38%
BLUE value IS 139 (54.69% from 255) = 22.68%
R=40.95%
G=36.38%
B=22.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.45
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25122313900.110.450.024593.3376.47
HexFBDF8B0B2D22d5d4c
Octal37333721301355255135114
Binary111110111101111110001011010111011011010110110111011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBDF8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBDF8B; }

 p { color: rgb(251,223,139); }

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

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

 a { background-color: rgb(251,223,139); }

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

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

 span { border-color: rgb(251,223,139); }

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