#FACBFA

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

Shades of Snuff #FACBFA

Tints of Snuff #FACBFA

Color information

#FACBFA (or 0xFACBFA) is unknown color: approx Snuff. HEX triplet: FA, CB and FA. RGB value is (250,203,250). Sum of RGB (Red+Green+Blue) = 250+203+250=703 (93% of max value = 765). Red value is 250 (98.05% from 255 or 35.56% from 703); Green value is 203 (79.69% from 255 or 28.88% from 703); Blue value is 250 (98.05% from 255 or 35.56% from 703); Max value from RGB is 250 - color contains mainly: red, blue. Hex color #FACBFA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FACBFA is #053405. Grayscale: #DEDEDE. Windows color (decimal): -340998 or 16436218. OLE color: 16436218.

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

Color convert

RGB250203250-
CMYK00.1900.02
HSL300º82.46%88.82%-
HSV(B)300º18.8%98.04%-
XYZ78.0469.9499.83-
YUV222.41143.57147.68-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 35.56%
GREEN value IS 203 (79.69% from 255) = 28.88%
BLUE value IS 250 (98.05% from 255) = 35.56%
R=35.56%
G=28.88%
B=35.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25020325000.1900.0230082.4688.82
HexFACBFA0130212c5259
Octal37231337202302454122131
Binary11111010110010111111101001001101010010110010100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FACBFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FACBFA; }

 p { color: rgb(250,203,250); }

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

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

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

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

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

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

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