#FBC6FF

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

Shades of Snuff #FBC6FF

Tints of Snuff #FBC6FF

Color information

#FBC6FF (or 0xFBC6FF) is unknown color: approx Snuff. HEX triplet: FB, C6 and FF. RGB value is (251,198,255). Sum of RGB (Red+Green+Blue) = 251+198+255=704 (93% of max value = 765). Red value is 251 (98.44% from 255 or 35.65% from 704); Green value is 198 (77.73% from 255 or 28.12% from 704); Blue value is 255 (100% from 255 or 36.22% from 704); Max value from RGB is 255 - color contains mainly: blue. Hex color #FBC6FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBC6FF is #043900. Grayscale: #DCDCDC. Windows color (decimal): -276737 or 16762619. OLE color: 16762619.

HSL color Cylindrical-coordinate representation of color #FBC6FF: hue angle of 295.79º degrees, saturation: 1, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #FBC6FF is Cyan = 0.02, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB251198255-
CMYK0.020.2200
HSL295.79º100%88.82%-
HSV(B)295.79º22.35%100%-
XYZ78.0368.12103.64-
YUV220.34147.56149.87-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 35.65%
GREEN value IS 198 (77.73% from 255) = 28.12%
BLUE value IS 255 (100% from 255) = 36.22%
R=35.65%
G=28.12%
B=36.22%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2511982550.020.2200295.7910088.82
HexFBC6FF216001286459
Octal37330637722600450144131
Binary11111011110001101111111110101100010010100011001001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBC6FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBC6FF; }

 p { color: rgb(251,198,255); }

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

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

 a { background-color: rgb(251,198,255); }

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

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

 span { border-color: rgb(251,198,255); }

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