#FBD9F3

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

Shades of Snuff #FBD9F3

Tints of Snuff #FBD9F3

Color information

#FBD9F3 (or 0xFBD9F3) is unknown color: approx Snuff. HEX triplet: FB, D9 and F3. RGB value is (251,217,243). Sum of RGB (Red+Green+Blue) = 251+217+243=711 (94% of max value = 765). Red value is 251 (98.44% from 255 or 35.30% from 711); Green value is 217 (85.16% from 255 or 30.52% from 711); Blue value is 243 (95.31% from 255 or 34.18% from 711); Max value from RGB is 251 - color contains mainly: red. Hex color #FBD9F3 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBD9F3 is #04260C. Grayscale: #E6E6E6. Windows color (decimal): -271885 or 15981051. OLE color: 15981051.

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

Color convert

RGB251217243-
CMYK00.140.030.02
HSL314.12º80.95%91.76%-
HSV(B)314.12º13.55%98.43%-
XYZ80.7776.6195.32-
YUV230.13135.26142.89-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 35.30%
GREEN value IS 217 (85.16% from 255) = 30.52%
BLUE value IS 243 (95.31% from 255) = 34.18%
R=35.30%
G=30.52%
B=34.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.03
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25121724300.140.030.02314.1280.9591.76
HexFBD9F30E3213a515c
Octal37333136301632472121134
Binary11111011110110011111001101110111010011101010100011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBD9F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBD9F3; }

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

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

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

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

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

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

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

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