#FBD1FB

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

Shades of Snuff #FBD1FB

Tints of Snuff #FBD1FB

Color information

#FBD1FB (or 0xFBD1FB) is unknown color: approx Snuff. HEX triplet: FB, D1 and FB. RGB value is (251,209,251). Sum of RGB (Red+Green+Blue) = 251+209+251=711 (94% of max value = 765). Red value is 251 (98.44% from 255 or 35.30% from 711); Green value is 209 (82.03% from 255 or 29.40% from 711); Blue value is 251 (98.44% from 255 or 35.30% from 711); Max value from RGB is 251 - color contains mainly: red, blue. Hex color #FBD1FB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBD1FB is #042E04. Grayscale: #E2E2E2. Windows color (decimal): -273925 or 16503291. OLE color: 16503291.

HSL color Cylindrical-coordinate representation of color #FBD1FB: hue angle of 300º degrees, saturation: 0.84, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #FBD1FB is Cyan = 0, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB251209251-
CMYK00.1700.02
HSL300º84%90.2%-
HSV(B)300º16.73%98.43%-
XYZ8073.08101.16-
YUV226.35141.91145.58-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 35.30%
GREEN value IS 209 (82.03% from 255) = 29.40%
BLUE value IS 251 (98.44% from 255) = 35.30%
R=35.30%
G=29.40%
B=35.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25120925100.1700.023008490.2
HexFBD1FB0110212c545a
Octal37332137302102454124132
Binary11111011110100011111101101000101010010110010101001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBD1FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBD1FB; }

 p { color: rgb(251,209,251); }

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

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

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

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

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

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

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