#FAC6FB

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

Shades of Snuff #FAC6FB

Tints of Snuff #FAC6FB

Color information

#FAC6FB (or 0xFAC6FB) is unknown color: approx Snuff. HEX triplet: FA, C6 and FB. RGB value is (250,198,251). Sum of RGB (Red+Green+Blue) = 250+198+251=699 (92% of max value = 765). Red value is 250 (98.05% from 255 or 35.77% from 699); Green value is 198 (77.73% from 255 or 28.33% from 699); Blue value is 251 (98.44% from 255 or 35.91% from 699); Max value from RGB is 251 - color contains mainly: blue. Hex color #FAC6FB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FAC6FB is #053904. Grayscale: #DBDBDB. Windows color (decimal): -342277 or 16500474. OLE color: 16500474.

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

Color convert

RGB250198251-
CMYK0.000.2100.02
HSL298.87º86.89%88.04%-
HSV(B)298.87º21.12%98.43%-
XYZ77.0367.68100.27-
YUV219.59145.73149.69-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 35.77%
GREEN value IS 198 (77.73% from 255) = 28.33%
BLUE value IS 251 (98.44% from 255) = 35.91%
R=35.77%
G=28.33%
B=35.91%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2501982510.000.2100.02298.8786.8988.04
HexFAC6FB0150212b5758
Octal37230637302502453127130
Binary11111010110001101111101101010101010010101110101111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAC6FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAC6FB; }

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

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

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

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

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

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

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

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