#FBD9F6

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

Shades of Snuff #FBD9F6

Tints of Snuff #FBD9F6

Color information

#FBD9F6 (or 0xFBD9F6) is unknown color: approx Snuff. HEX triplet: FB, D9 and F6. RGB value is (251,217,246). Sum of RGB (Red+Green+Blue) = 251+217+246=714 (94% of max value = 765). Red value is 251 (98.44% from 255 or 35.15% from 714); Green value is 217 (85.16% from 255 or 30.39% from 714); Blue value is 246 (96.48% from 255 or 34.45% from 714); Max value from RGB is 251 - color contains mainly: red. Hex color #FBD9F6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBD9F6 is #042609. Grayscale: #E6E6E6. Windows color (decimal): -271882 or 16177659. OLE color: 16177659.

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

Color convert

RGB251217246-
CMYK00.140.020.02
HSL308.82º80.95%91.76%-
HSV(B)308.82º13.55%98.43%-
XYZ81.2376.7997.73-
YUV230.47136.76142.64-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 35.15%
GREEN value IS 217 (85.16% from 255) = 30.39%
BLUE value IS 246 (96.48% from 255) = 34.45%
R=35.15%
G=30.39%
B=34.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.02
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25121724600.140.020.02308.8280.9591.76
HexFBD9F60E22135515c
Octal37333136601622465121134
Binary11111011110110011111011001110101010011010110100011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBD9F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBD9F6; }

 p { color: rgb(251,217,246); }

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

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

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

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

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

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

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