#FAC5FF

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

Shades of Snuff #FAC5FF

Tints of Snuff #FAC5FF

Color information

#FAC5FF (or 0xFAC5FF) is unknown color: approx Snuff. HEX triplet: FA, C5 and FF. RGB value is (250,197,255). Sum of RGB (Red+Green+Blue) = 250+197+255=702 (92% of max value = 765). Red value is 250 (98.05% from 255 or 35.61% from 702); Green value is 197 (77.34% from 255 or 28.06% from 702); Blue value is 255 (100% from 255 or 36.32% from 702); Max value from RGB is 255 - color contains mainly: blue. Hex color #FAC5FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FAC5FF is #053A00. Grayscale: #DBDBDB. Windows color (decimal): -342529 or 16762362. OLE color: 16762362.

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

Color convert

RGB250197255-
CMYK0.020.2300
HSL294.83º100%88.63%-
HSV(B)294.83º22.75%100%-
XYZ77.4467.48103.55-
YUV219.46148.06149.78-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 35.61%
GREEN value IS 197 (77.34% from 255) = 28.06%
BLUE value IS 255 (100% from 255) = 36.32%
R=35.61%
G=28.06%
B=36.32%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2501972550.020.2300294.8310088.63
HexFAC5FF217001276459
Octal37230537722700447144131
Binary11111010110001011111111110101110010010011111001001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAC5FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAC5FF; }

 p { color: rgb(250,197,255); }

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

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

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

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

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

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

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