#FBDD90

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

Shades of Vis Vis #FBDD90

Tints of Vis Vis #FBDD90

Color information

#FBDD90 (or 0xFBDD90) is unknown color: approx Vis Vis. HEX triplet: FB, DD and 90. RGB value is (251,221,144). Sum of RGB (Red+Green+Blue) = 251+221+144=616 (81% of max value = 765). Red value is 251 (98.44% from 255 or 40.75% from 616); Green value is 221 (86.72% from 255 or 35.88% from 616); Blue value is 144 (56.64% from 255 or 23.38% from 616); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDD90 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBDD90 is #04226F. Grayscale: #DDDDDD. Windows color (decimal): -270960 or 9494011. OLE color: 9494011.

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

Color convert

RGB251221144-
CMYK00.120.430.02
HSL43.18º93.04%77.45%-
HSV(B)43.18º42.63%98.43%-
XYZ70.6774.2436.99-
YUV221.1984.44149.26-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 40.75%
GREEN value IS 221 (86.72% from 255) = 35.88%
BLUE value IS 144 (56.64% from 255) = 23.38%
R=40.75%
G=35.88%
B=23.38%

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
Decimal25122114400.120.430.0243.1893.0477.45
HexFBDD900C2B22b5d4d
Octal37333522001453253135115
Binary111110111101110110010000011001010111010101110111011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBDD90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBDD90; }

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

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

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

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

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

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

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

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