#FBBDFD

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

Shades of Snuff #FBBDFD

Tints of Snuff #FBBDFD

Color information

#FBBDFD (or 0xFBBDFD) is unknown color: approx Snuff. HEX triplet: FB, BD and FD. RGB value is (251,189,253). Sum of RGB (Red+Green+Blue) = 251+189+253=693 (91% of max value = 765). Red value is 251 (98.44% from 255 or 36.22% from 693); Green value is 189 (74.22% from 255 or 27.27% from 693); Blue value is 253 (99.22% from 255 or 36.51% from 693); Max value from RGB is 253 - color contains mainly: blue. Hex color #FBBDFD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBBDFD is #044202. Grayscale: #D6D6D6. Windows color (decimal): -279043 or 16629243. OLE color: 16629243.

HSL color Cylindrical-coordinate representation of color #FBBDFD: hue angle of 298.12º degrees, saturation: 0.94, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #FBBDFD is Cyan = 0.01, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB251189253-
CMYK0.010.2500.01
HSL298.12º94.12%86.67%-
HSV(B)298.12º25.3%99.22%-
XYZ75.7164101.29-
YUV214.83149.54153.8-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 36.22%
GREEN value IS 189 (74.22% from 255) = 27.27%
BLUE value IS 253 (99.22% from 255) = 36.51%
R=36.22%
G=27.27%
B=36.51%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2511892530.010.2500.01298.1294.1286.67
HexFBBDFD1190112a5e57
Octal37327537513101452136127
Binary1111101110111101111111011110010110010101010111101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBBDFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBBDFD; }

 p { color: rgb(251,189,253); }

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

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

 a { background-color: rgb(251,189,253); }

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

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

 span { border-color: rgb(251,189,253); }

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