#FBDBF5

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

Shades of Snuff #FBDBF5

Tints of Snuff #FBDBF5

Color information

#FBDBF5 (or 0xFBDBF5) is unknown color: approx Snuff. HEX triplet: FB, DB and F5. RGB value is (251,219,245). Sum of RGB (Red+Green+Blue) = 251+219+245=715 (94% of max value = 765). Red value is 251 (98.44% from 255 or 35.10% from 715); Green value is 219 (85.94% from 255 or 30.63% from 715); Blue value is 245 (96.09% from 255 or 34.27% from 715); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDBF5 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBDBF5 is #04240A. Grayscale: #E7E7E7. Windows color (decimal): -271371 or 16112635. OLE color: 16112635.

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

Color convert

RGB251219245-
CMYK00.130.020.02
HSL311.25º80%92.16%-
HSV(B)311.25º12.75%98.43%-
XYZ81.677.7697.1-
YUV231.53135.6141.89-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 35.10%
GREEN value IS 219 (85.94% from 255) = 30.63%
BLUE value IS 245 (96.09% from 255) = 34.27%
R=35.10%
G=30.63%
B=34.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.02
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25121924500.130.020.02311.258092.16
HexFBDBF50D22137505c
Octal37333336501522467120134
Binary11111011110110111111010101101101010011011110100001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBDBF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBDBF5; }

 p { color: rgb(251,219,245); }

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

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

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

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

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

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

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