#FBD0FB

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

Shades of Snuff #FBD0FB

Tints of Snuff #FBD0FB

Color information

#FBD0FB (or 0xFBD0FB) is unknown color: approx Snuff. HEX triplet: FB, D0 and FB. RGB value is (251,208,251). Sum of RGB (Red+Green+Blue) = 251+208+251=710 (94% of max value = 765). Red value is 251 (98.44% from 255 or 35.35% from 710); Green value is 208 (81.64% from 255 or 29.30% from 710); Blue value is 251 (98.44% from 255 or 35.35% from 710); Max value from RGB is 251 - color contains mainly: red, blue. Hex color #FBD0FB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBD0FB is #042F04. Grayscale: #E1E1E1. Windows color (decimal): -274181 or 16503035. OLE color: 16503035.

HSL color Cylindrical-coordinate representation of color #FBD0FB: 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 #FBD0FB is Cyan = 0, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB251208251-
CMYK00.1700.02
HSL300º84.31%90%-
HSV(B)300º17.13%98.43%-
XYZ79.7572.59101.07-
YUV225.76142.25146-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 35.35%
GREEN value IS 208 (81.64% from 255) = 29.30%
BLUE value IS 251 (98.44% from 255) = 35.35%
R=35.35%
G=29.30%
B=35.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25120825100.1700.0230084.3190
HexFBD0FB0110212c545a
Octal37332037302102454124132
Binary11111011110100001111101101000101010010110010101001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBD0FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBD0FB; }

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

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

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

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

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

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

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

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