#FBBFFD

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

Shades of Snuff #FBBFFD

Tints of Snuff #FBBFFD

Color information

#FBBFFD (or 0xFBBFFD) is unknown color: approx Snuff. HEX triplet: FB, BF and FD. RGB value is (251,191,253). Sum of RGB (Red+Green+Blue) = 251+191+253=695 (92% of max value = 765). Red value is 251 (98.44% from 255 or 36.12% from 695); Green value is 191 (75% from 255 or 27.48% from 695); Blue value is 253 (99.22% from 255 or 36.40% from 695); Max value from RGB is 253 - color contains mainly: blue. Hex color #FBBFFD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBBFFD is #044002. Grayscale: #D7D7D7. Windows color (decimal): -278531 or 16629755. OLE color: 16629755.

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

Color convert

RGB251191253-
CMYK0.010.2500.01
HSL298.06º93.94%87.06%-
HSV(B)298.06º24.51%99.22%-
XYZ76.1464.86101.44-
YUV216.01148.88152.96-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 36.12%
GREEN value IS 191 (75% from 255) = 27.48%
BLUE value IS 253 (99.22% from 255) = 36.40%
R=36.12%
G=27.48%
B=36.40%

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
Decimal2511912530.010.2500.01298.0693.9487.06
HexFBBFFD1190112a5e57
Octal37327737513101452136127
Binary1111101110111111111111011110010110010101010111101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBBFFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBBFFD; }

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

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

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

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

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

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

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

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