#FAC3F6

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

Shades of Snuff #FAC3F6

Tints of Snuff #FAC3F6

Color information

#FAC3F6 (or 0xFAC3F6) is unknown color: approx Snuff. HEX triplet: FA, C3 and F6. RGB value is (250,195,246). Sum of RGB (Red+Green+Blue) = 250+195+246=691 (91% of max value = 765). Red value is 250 (98.05% from 255 or 36.18% from 691); Green value is 195 (76.56% from 255 or 28.22% from 691); Blue value is 246 (96.48% from 255 or 35.60% from 691); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC3F6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FAC3F6 is #053C09. Grayscale: #D9D9D9. Windows color (decimal): -343050 or 16172026. OLE color: 16172026.

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

Color convert

RGB250195246-
CMYK00.220.020.02
HSL304.36º84.62%87.25%-
HSV(B)304.36º22%98.04%-
XYZ75.5766.0195.95-
YUV217.26144.22151.35-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 36.18%
GREEN value IS 195 (76.56% from 255) = 28.22%
BLUE value IS 246 (96.48% from 255) = 35.60%
R=36.18%
G=28.22%
B=35.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.02
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25019524600.220.020.02304.3684.6287.25
HexFAC3F6016221305557
Octal37230336602622460125127
Binary111110101100001111110110010110101010011000010101011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAC3F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAC3F6; }

 p { color: rgb(250,195,246); }

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

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

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

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

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

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

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