#FBDD8D

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

Shades of Vis Vis #FBDD8D

Tints of Vis Vis #FBDD8D

Color information

#FBDD8D (or 0xFBDD8D) is unknown color: approx Vis Vis. HEX triplet: FB, DD and 8D. RGB value is (251,221,141). Sum of RGB (Red+Green+Blue) = 251+221+141=613 (81% of max value = 765). Red value is 251 (98.44% from 255 or 40.95% from 613); Green value is 221 (86.72% from 255 or 36.05% from 613); Blue value is 141 (55.47% from 255 or 23.00% from 613); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDD8D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBDD8D is #042272. Grayscale: #DDDDDD. Windows color (decimal): -270963 or 9297403. OLE color: 9297403.

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

Color convert

RGB251221141-
CMYK00.120.440.02
HSL43.64º93.22%76.86%-
HSV(B)43.64º43.82%98.43%-
XYZ70.4574.1535.8-
YUV220.8582.94149.5-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 40.95%
GREEN value IS 221 (86.72% from 255) = 36.05%
BLUE value IS 141 (55.47% from 255) = 23.00%
R=40.95%
G=36.05%
B=23.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.44
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25122114100.120.440.0243.6493.2276.86
HexFBDD8D0C2C22c5d4d
Octal37333521501454254135115
Binary111110111101110110001101011001011001010110010111011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBDD8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBDD8D; }

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

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

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

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

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

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

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

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