#FBBFFC

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

Shades of Snuff #FBBFFC

Tints of Snuff #FBBFFC

Color information

#FBBFFC (or 0xFBBFFC) is unknown color: approx Snuff. HEX triplet: FB, BF and FC. RGB value is (251,191,252). Sum of RGB (Red+Green+Blue) = 251+191+252=694 (91% of max value = 765). Red value is 251 (98.44% from 255 or 36.17% from 694); Green value is 191 (75% from 255 or 27.52% from 694); Blue value is 252 (98.83% from 255 or 36.31% from 694); Max value from RGB is 252 - color contains mainly: blue. Hex color #FBBFFC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBBFFC is #044003. Grayscale: #D7D7D7. Windows color (decimal): -278532 or 16564219. OLE color: 16564219.

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

Color convert

RGB251191252-
CMYK0.000.2400.01
HSL299.02º91.04%86.86%-
HSV(B)299.02º24.21%98.82%-
XYZ75.9964.8100.6-
YUV215.89148.38153.04-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 36.17%
GREEN value IS 191 (75% from 255) = 27.52%
BLUE value IS 252 (98.83% from 255) = 36.31%
R=36.17%
G=27.52%
B=36.31%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2511912520.000.2400.01299.0291.0486.86
HexFBBFFC0180112b5b57
Octal37327737403001453133127
Binary1111101110111111111111000110000110010101110110111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBBFFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBBFFC; }

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

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

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

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

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

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

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

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