#FBD8F9

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

Shades of Snuff #FBD8F9

Tints of Snuff #FBD8F9

Color information

#FBD8F9 (or 0xFBD8F9) is unknown color: approx Snuff. HEX triplet: FB, D8 and F9. RGB value is (251,216,249). Sum of RGB (Red+Green+Blue) = 251+216+249=716 (94% of max value = 765). Red value is 251 (98.44% from 255 or 35.06% from 716); Green value is 216 (84.77% from 255 or 30.17% from 716); Blue value is 249 (97.66% from 255 or 34.78% from 716); Max value from RGB is 251 - color contains mainly: red. Hex color #FBD8F9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBD8F9 is #042706. Grayscale: #E6E6E6. Windows color (decimal): -272135 or 16374011. OLE color: 16374011.

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

Color convert

RGB251216249-
CMYK00.140.010.02
HSL303.43º81.4%91.57%-
HSV(B)303.43º13.94%98.43%-
XYZ81.4476.46100.09-
YUV230.23138.6142.82-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 35.06%
GREEN value IS 216 (84.77% from 255) = 30.17%
BLUE value IS 249 (97.66% from 255) = 34.78%
R=35.06%
G=30.17%
B=34.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.01
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25121624900.140.010.02303.4381.491.57
HexFBD8F90E1212f515c
Octal37333037101612457121134
Binary1111101111011000111110010111011010010111110100011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBD8F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBD8F9; }

 p { color: rgb(251,216,249); }

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

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

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

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

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

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

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