#FBBEF9

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

Shades of Snuff #FBBEF9

Tints of Snuff #FBBEF9

Color information

#FBBEF9 (or 0xFBBEF9) is unknown color: approx Snuff. HEX triplet: FB, BE and F9. RGB value is (251,190,249). Sum of RGB (Red+Green+Blue) = 251+190+249=690 (91% of max value = 765). Red value is 251 (98.44% from 255 or 36.38% from 690); Green value is 190 (74.61% from 255 or 27.54% from 690); Blue value is 249 (97.66% from 255 or 36.09% from 690); Max value from RGB is 251 - color contains mainly: red. Hex color #FBBEF9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBBEF9 is #044106. Grayscale: #D6D6D6. Windows color (decimal): -278791 or 16367355. OLE color: 16367355.

HSL color Cylindrical-coordinate representation of color #FBBEF9: hue angle of 301.97º degrees, saturation: 0.88, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #FBBEF9 is Cyan = 0, Magento = 0.24, Yellow = 0.01 and Black (K on CMYK) = 0.02.

Color convert

RGB251190249-
CMYK00.240.010.02
HSL301.97º88.41%86.47%-
HSV(B)301.97º24.3%98.43%-
XYZ75.364.1898.04-
YUV214.96147.21153.7-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 36.38%
GREEN value IS 190 (74.61% from 255) = 27.54%
BLUE value IS 249 (97.66% from 255) = 36.09%
R=36.38%
G=27.54%
B=36.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.01
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25119024900.240.010.02301.9788.4186.47
HexFBBEF90181212e5856
Octal37327637103012456130126
Binary11111011101111101111100101100011010010111010110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBBEF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBBEF9; }

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

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

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

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

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

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

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

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