#FBBFFE

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

Shades of Snuff #FBBFFE

Tints of Snuff #FBBFFE

Color information

#FBBFFE (or 0xFBBFFE) is unknown color: approx Snuff. HEX triplet: FB, BF and FE. RGB value is (251,191,254). Sum of RGB (Red+Green+Blue) = 251+191+254=696 (92% of max value = 765). Red value is 251 (98.44% from 255 or 36.06% from 696); Green value is 191 (75% from 255 or 27.44% from 696); Blue value is 254 (99.61% from 255 or 36.49% from 696); Max value from RGB is 254 - color contains mainly: blue. Hex color #FBBFFE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBBFFE is #044001. Grayscale: #D7D7D7. Windows color (decimal): -278530 or 16695291. OLE color: 16695291.

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

Color convert

RGB251191254-
CMYK0.010.2500.00
HSL297.14º96.92%87.25%-
HSV(B)297.14º24.8%99.61%-
XYZ76.364.93102.28-
YUV216.12149.38152.88-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 36.06%
GREEN value IS 191 (75% from 255) = 27.44%
BLUE value IS 254 (99.61% from 255) = 36.49%
R=36.06%
G=27.44%
B=36.49%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2511912540.010.2500.00297.1496.9287.25
HexFBBFFE119001296157
Octal37327737613100451141127
Binary1111101110111111111111101110010010010100111000011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBBFFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBBFFE; }

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

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

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

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

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

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

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

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