#FBD9F8

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

Shades of Snuff #FBD9F8

Tints of Snuff #FBD9F8

Color information

#FBD9F8 (or 0xFBD9F8) is unknown color: approx Snuff. HEX triplet: FB, D9 and F8. RGB value is (251,217,248). Sum of RGB (Red+Green+Blue) = 251+217+248=716 (94% of max value = 765). Red value is 251 (98.44% from 255 or 35.06% from 716); Green value is 217 (85.16% from 255 or 30.31% from 716); Blue value is 248 (97.27% from 255 or 34.64% from 716); Max value from RGB is 251 - color contains mainly: red. Hex color #FBD9F8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBD9F8 is #042607. Grayscale: #E6E6E6. Windows color (decimal): -271880 or 16308731. OLE color: 16308731.

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

Color convert

RGB251217248-
CMYK00.140.010.02
HSL305.29º80.95%91.76%-
HSV(B)305.29º13.55%98.43%-
XYZ81.5476.9199.35-
YUV230.7137.76142.48-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 35.06%
GREEN value IS 217 (85.16% from 255) = 30.31%
BLUE value IS 248 (97.27% from 255) = 34.64%
R=35.06%
G=30.31%
B=34.64%

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
Decimal25121724800.140.010.02305.2980.9591.76
HexFBD9F80E12131515c
Octal37333137001612461121134
Binary1111101111011001111110000111011010011000110100011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBD9F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBD9F8; }

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

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

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

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

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

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

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

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